-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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": "thingmenn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "20.15.0",
"yarn": "4.1.1"
},
"volta": {
"node": "20.15.0",
"yarn": "4.1.1"
},
"scripts": {
"fetch": "node index.js --debug",
"process": "node process.js --debug",
"transform-data": "node transformData.js --debug",
"format": "prettier --write \"**/*.js\""
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.12.0",
"cheerio": "^0.20.0",
"playwright": "^1.49.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-node5": "^11.1.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"eslint": "^2.12.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.8.1",
"prettier": "^2.4.0"
}
}