-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 888 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 888 Bytes
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
{
"name": "workshop-node",
"version": "1.0.0",
"description": "El repositorio del training sobre JS y asi",
"main": "index.js",
"scripts": {
"test": "npm run build && node src/index.js",
"test2": "npm run build && node src/test.js",
"test3": "npm run build && node src/ejercicio1.js",
"test4": "npm run build && node src/ejercicio2.js",
"test5": "npm run build && node src/pruebas.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TacoAlegre/workshop-node.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TacoAlegre/workshop-node/issues"
},
"homepage": "https://github.com/TacoAlegre/workshop-node#readme",
"dependencies": {
"puppeteer": "^16.0.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/node": "^18.6.4"
}
}