Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
QuiteAFancyEmerald
GitHub Repository: QuiteAFancyEmerald/Holy-Unblocker
Path: blob/master/lib/rammerhead/package.json
5227 views
1
{
2
"name": "@rubynetwork/rammerhead",
3
"version": "1.2.41-ruby.2",
4
"description": "User friendly web proxy powered by testcafe-hammerhead",
5
"main": "src/index.js",
6
"private": false,
7
"scripts": {
8
"start": "node server.js",
9
"build": "node src/build.js",
10
"bstart": "npm run build && npm run start",
11
"test": "npm run format && npm run lint && npm run build",
12
"lint": "eslint -c .eslintrc.json --ext .js src",
13
"format": "prettier --write 'src/**/*.js'",
14
"clientes5": "es-check es5 src/client/*.js public/**/*.js"
15
},
16
"repository": {
17
"type": "git",
18
"url": "git+https://github.com/binary-person/rammerhead.git"
19
},
20
"author": "Simon Cheng <[email protected]> (https://github.com/binary-person)",
21
"license": "MIT",
22
"bugs": {
23
"url": "https://github.com/binary-person/rammerhead/issues"
24
},
25
"homepage": "https://github.com/binary-person/rammerhead#readme",
26
"dependencies": {
27
"async-exit-hook": "^2.0.1",
28
"cookie": "^0.5.0",
29
"fastify": "^4.26.2",
30
"keyv-lru-files": "github:holy-unblocker/keyv-lru-files",
31
"mime": "^2.5.2",
32
"testcafe-hammerhead": "24.5.18",
33
"uglify-js": "^3.15.3",
34
"uuid": "^8.3.2",
35
"ws": "^8.2.0"
36
},
37
"devDependencies": {
38
"babel-eslint": "^10.1.0",
39
"dotenv-flow": "^3.2.0",
40
"eslint": "^7.32.0",
41
"npm-force-resolutions": "0.0.10",
42
"prettier": "^2.3.2"
43
},
44
"resolutions": {
45
"tmp": "0.2.1"
46
},
47
"files": [
48
"src/*",
49
"holy-config.js",
50
"CHANGELOG.md",
51
"package.json",
52
"README.md",
53
"sessions/.gitkeep",
54
"cache-js/.gitkeep"
55
]
56
}
57
58