-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 881 Bytes
/
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
{
"name": "censor-proxy",
"version": "1.0.0",
"description": "",
"main": "./index.js",
"types": "./index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --project ./tsconfig.json",
"build:docs": "typedoc",
"dist": "npm run build && copyfiles ./.*rc ./package.json ./dist/",
"start": "npm run dist && node --experimental-fetch --experimental-specifier-resolution=node ./dist/index.js"
},
"keywords": [
"censor",
"proxy",
"beta"
],
"devDependencies": {
"@types/node": "^20.5.9",
"copyfiles": "^2.4.1",
"typescript": "^4.5.5"
},
"author": "ssj17vegeta",
"license": "ISC",
"dependencies": {
"@silveredgold/beta-censor-client": "^0.0.0-alpha16",
"harmon": "^1.4.4",
"http-proxy": "^1.18.1",
"http-proxy-response-rewrite": "^0.0.1"
}
}