-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
44
45
46
{
"name": "firefox-headless-prerender",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"add-to-systemd": "./scripts/add_to_systemd.sh",
"lint": "eslint --config .eslintrc.cjs server tests",
"lint-fix": "eslint --config .eslintrc.cjs --fix server tests",
"test": "mocha $MOCHA_OPTIONS --timeout 20000 ./tests/*.js",
"start": "node server/server.js",
"watch": "./scripts/start_server_dev.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.21",
"add-to-systemd": "^2.2.0",
"config": "^3.3.9",
"connect-timeout": "^1.9.0",
"express": "^4.18.2",
"he": "^1.2.0",
"level-party": "^5.1.1",
"level-ttl": "^3.1.1",
"p-timeout": "^6.1.2",
"selenium-webdriver": "^4.16.0",
"tiny-chalk": "^3.0.2"
},
"devDependencies": {
"@types/he": "^1.2.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.4",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0",
"nodemon": "^3.0.2",
"should": "^13.2.3"
}
}