-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
package.json
52 lines (52 loc) · 1.5 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
47
48
49
50
51
52
{
"name": "rammerhead",
"version": "1.2.64",
"description": "User friendly web proxy powered by testcafe-hammerhead",
"main": "src/index.js",
"scripts": {
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
"start": "node src/server.js",
"build": "node src/build.js",
"bstart": "npm run build && npm run start",
"test": "npm run format && npm run lint && npm run build",
"lint": "eslint -c .eslintrc.json --ext .js src",
"format": "prettier --write 'src/**/*.js'",
"clientes5": "es-check es5 src/client/*.js public/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binary-person/rammerhead.git"
},
"author": "Simon Cheng <simoncheng559@gmail.com> (https://github.com/binary-person)",
"license": "MIT",
"bugs": {
"url": "https://github.com/binary-person/rammerhead/issues"
},
"homepage": "https://github.com/binary-person/rammerhead#readme",
"dependencies": {
"async-exit-hook": "^2.0.1",
"lru-cache": "^7.14.1",
"mime": "^2.5.2",
"sticky-session-custom": "^1.2.0",
"testcafe-hammerhead": "31.6.2",
"uglify-js": "^3.15.3",
"uuid": "^8.3.2",
"ws": "^8.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"dotenv-flow": "^3.2.0",
"eslint": "^7.32.0",
"npm-force-resolutions": "0.0.10",
"prettier": "^2.3.2"
},
"resolutions": {
"tmp": "0.2.1"
},
"files": [
"src/*",
"CHANGELOG.md",
"package.json",
"README.md"
]
}