-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.28 KB
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
50
{
"name": "robottool",
"version": "4.0.1",
"author": "Statistics Netherlands",
"description": "collecting data from the Internet",
"license": "EUPL-1.1",
"repository": {
"type": "git",
"url": "https://github.com/SNStatComp/RobotTool.git"
},
"dependencies": {
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.10",
"chrome-finder": "^1.0.6",
"chromedriver": "^2.46.0",
"co": "^4.6.0",
"connect": "^3.7.0",
"downloader": "file:./inst/lib/downloader-1.0.2.tgz",
"env-paths": "^1.0.0",
"fast-csv": "^4.3.6",
"geckodriver": "^3.0.0",
"hasha": "^3.0.0",
"i18next": "^10.6.0",
"kill-port": "^1.6.0",
"lodash": "^4.17.15",
"moment": "^2.29.4",
"mustache": "^2.3.2",
"opn": "^5.5.0",
"qs": "^6.9.3",
"selenium-webdriver": "^3.5.0",
"serve-static": "^1.14.1",
"socket.io": "^4.4.0",
"sqlite3": "^5.1.6"
},
"engines": {
"node": ">16.0.0"
},
"scripts": {
"start": "node inst/server/server.js",
"upgradeDB": "node inst/server/upgradeDB.js"
},
"devDependencies": {
"eslint": ">=7.0.0",
"eslint-config-standard": ">=16.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": ">=4.0.0",
"eslint-plugin-react": ">=7.0.0"
}
}