-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.97 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
44
45
46
47
48
49
{
"name": "adventjs-2022",
"version": "1.0.0",
"description": "Soluciones a kis retos del Advent Js 2022",
"main": "automatizacion.js",
"scripts": {
"test": "jest --verbose",
"test:1": "jest -i Retos/01_automatizacion/reto.test.js",
"test:2": "jest -i Retos/02_horasExtra/reto.test.js",
"test:3": "jest -i Retos/03_cajasRegalos/reto.test.js",
"test:4": "jest -i Retos/04_cajas/reto.test.js",
"test:5": "jest -i Retos/05_viajesSanta/reto.test.js",
"test:6": "jest -i Retos/06_adornosNavidenos/reto.test.js",
"test:7": "jest -i Retos/07_inventarioRegalos/reto.test.js",
"test:8": "jest -i Retos/08_mecanico/reto.test.js",
"test:9": "jest -i Retos/09_luces/reto.test.js",
"test:10": "jest -i Retos/10_saltoTrineo/reto.test.js",
"test:11": "jest -i Retos/11_scrum/reto.test.js",
"test:12": "jest -i Retos/12_trineosElectricos/reto.test.js",
"test:13": "jest -i Retos/13_backup/reto.test.js",
"test:14": "jest -i Retos/14_mejorCamino/reto.test.js",
"test:15": "jest -i Retos/15_decorandoArbol/reto.test.js",
"test:16": "jest -i Retos/16_cartas/reto.test.js",
"test:17": "jest -i Retos/17_regalosSaco/reto.test.js",
"test:18": "jest -i Retos/18_sinTinta/reto.test.js",
"test:19": "jest -i Retos/19_ordenandoRegalos/reto.test.js",
"test:20": "jest -i Retos/20_viajesRetadores/reto.test.js",
"test:21": "jest -i Retos/21_tablaRegalos/reto.test.js",
"test:22": "jest -i Retos/22_iluminacion/reto.test.js",
"test:23": "jest -i Retos/23_complilador/reto.test.js",
"test:24": "jest -i Retos/24_laberinto/reto.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaimes1br/AdventJS-2022.git"
},
"keywords": [
"javascript"
],
"author": "Brandon Jaimes",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaimes1br/AdventJS-2022/issues"
},
"homepage": "https://github.com/jaimes1br/AdventJS-2022#readme",
"devDependencies": {
"jest": "^29.3.1"
}
}