forked from GovTechSG/oobee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 939 Bytes
/
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
{
"name": "purple-hats",
"main": "index.js",
"version": "1.0.0",
"dependencies": {
"apify": "^1.2.1",
"axe-core": "^4.3.3",
"axios": "^0.22.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
"jsdom": "^18.0.0",
"mustache": "^4.2.0",
"print-message": "^3.0.1",
"puppeteer": "^10.4.0",
"validator": "^13.6.0",
"winston": "^3.3.3",
"xml2js": "^0.4.23",
"yargs": "^17.2.1"
},
"devDependencies": {
"babel-jest": "^27.0.2",
"babel-plugin-rewire": "^1.2.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^27.0.3",
"prettier": "^2.4.1"
},
"babel": {
"plugins": [
"babel-plugin-rewire"
]
},
"scripts": {
"test": "jest --watchAll"
},
"author": "",
"license": "ISC",
"description": ""
}