-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "@sakurayang/bilitrace",
"version": "3.0.0",
"description": "null",
"main": "index.js",
"dependencies": {
"@koa/cors": "^3.0.0",
"knex": "^0.21.1",
"koa": "^2.11.0",
"koa-route": "^3.2.0",
"log4js": "^6.2.1",
"node-global-storage": "^1.2.3",
"node-schedule": "^1.3.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"sqlite3": "^4.2.0",
"ws": "^7.2.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/sakurayang"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5"
},
"scripts": {
"start": "node app.js"
},
"author": "Gerard",
"license": "MIT",
"repository": {
"type": "Github",
"url": "https://github.com/sakurayang/bilitrace"
},
"optionalDependencies": {
"bufferutil": "^4.0.1"
}
}