forked from HackYourFuture/JavaScript3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 462 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 462 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "js3_test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"app-test:lint": "eslint ../homework",
"app-test:jest": "jest src",
"test": "npm-run-all app-test:**"
},
"author": "Jim Cramer",
"license": "ISC",
"dependencies": {
"html-validator": "^4.0.3",
"jest": "^24.8.0",
"jest-puppeteer": "^4.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^1.18.1",
"serve": "^11.0.2"
}
}