-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "adventjs-2023",
"version": "1.0.0",
"description": "Soluciones a los retos del AdventJS 2023",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"test:1": "jest -i retos/01_primer_regalo",
"test:2": "jest -i retos/02_marcha_fabrica",
"test:3": "jest -i retos/03_elfo_travieso",
"test:4": "jest -i retos/04_vuelta_parentesis",
"test:5": "jest -i retos/05_cybertruck",
"test:6": "jest -i retos/06_renos",
"test:7": "jest -i retos/07_las_cajas",
"test:8": "jest -i retos/08_ordenando_almacen",
"test:9": "jest -i retos/09_alternar_luces",
"test:10":"jest -i retos/10_propio_arbol",
"test:11":"jest -i retos/11_elfos_estudiosos",
"test:12":"jest -i retos/12_copia_valida",
"test:13":"jest -i retos/13_calculando_tiempo",
"test:14":"jest -i retos/14_evita_alarma",
"test:15":"jest -i retos/15_robot_autonomo",
"test:16":"jest -i retos/16_despliegue_viernes",
"test:17":"jest -i retos/17_optimizando_alquiler",
"test:18":"jest -i retos/18_reloj_digital",
"test:19":"jest -i retos/19_enfrenta_sabotaje",
"test:20":"jest -i retos/20_distribuye_peso",
"test:21":"jest -i retos/21_mensaje_binario",
"test:22":"jest -i retos/22_lenguaje_programacion",
"test:23":"jest -i retos/23_comida_navidad",
"test:24":"jest -i retos/24_brincos_escalera",
"test:25":"jest -i retos/25_calculando_distancias"
},
"keywords": [
"javascript",
"jest"
],
"author": "Brandon Jaimes",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
}
}