This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
forked from binary-person/rammerhead
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
54 lines (54 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
53
54
{
"name": "rammerhead",
"version": "1.2.41-holy.5",
"description": "User friendly web proxy powered by testcafe-hammerhead",
"main": "src/index.js",
"scripts": {
"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 <[email protected]> (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",
"cookie": "^0.5.0",
"keyv-lru-files": "github:holy-unblocker/keyv-lru-files",
"mime": "^2.5.2",
"testcafe-hammerhead": "24.5.18",
"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/*",
"holy-config.js",
"CHANGELOG.md",
"package.json",
"README.md",
"sessions/.gitkeep",
"cache-js/.gitkeep"
]
}