forked from ThauEx/ffrk-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.02 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
{
"name": "ffrk-proxy",
"version": "0.12.0",
"private": true,
"scripts": {
"start": "node_modules/.bin/babel --plugins inline-json,../babel/config-plugin.js lib/filter/*.js --out-dir public/ && mv public/lib/filter/* public && rm -rf public/lib && node bin/app.js",
"renew-root-ca": "openssl req -x509 -new -nodes -extensions v3_ca -key cert/root/rootCA.key -days 2048 -out cert/root/rootCA.crt -subj '/O=ffrk-proxy/CN=ffrk-proxy'",
"renew-certs": "node tests/createCertificate.js"
},
"dependencies": {
"address": "^1.0.3",
"babel-cli": "^6.26.0",
"babel-plugin-inline-json": "^1.2.2",
"chalk": "^2.4.1",
"cli-table": "git+ssh://[email protected]/Automattic/cli-table.git",
"convict": "^4.4.0",
"js-yaml": "^3.12.0",
"node-forge": "^0.6.49",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ThauEx/ffrk-proxy.git"
},
"bugs": {
"url": "https://github.com/ThauEx/ffrk-proxy/issues"
},
"license": "LGPL-3.0",
"devDependencies": {}
}