-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.28 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "wukong-provider",
"version": "0.2.5",
"description": "The universal music provider for Wukong Music.",
"main": "index.js",
"scripts": {
"test": "mocha --compilers ts:ts-node/register -t 16000",
"testapi": "env api=1 npm run test",
"start": "node lib/index.js",
"watch": "tsc --rootDir src --outDir lib -w",
"dev": "env TS_NODE_FAST=1 TS_NODE_CACHE_DIRECTORY=tmp ts-node src/index.ts",
"build": "tsc --rootDir src --outDir lib",
"lint": "tslint src/**/*.ts && tslint src/*.ts",
"typings": "typings prune && typings install",
"doc": "apidoc -i src/ -o apidoc/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GyrosWorkshop/WukongProviderService.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/GyrosWorkshop/WukongProviderService/issues"
},
"homepage": "https://github.com/GyrosWorkshop/WukongProviderService#readme",
"dependencies": {
"BigInt": "^5.5.3",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"core-decorators": "^0.20.0",
"crypto-js": "^3.1.9-1",
"express": "^4.16.4",
"html-entities": "^1.2.1",
"jsdom": "^15.0.0",
"lodash": "^4.17.11",
"lru-cache": "^5.1.1",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"morgan": "^1.9.1",
"node-cache": "^4.2.0",
"qcloudapi-sdk": "^0.2.1",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/body-parser": "^1.17.0",
"@types/chai": "^4.1.7",
"@types/core-decorators": "^0.20.0",
"@types/crypto-js": "^3.1.43",
"@types/express": "^4.16.0",
"@types/html-entities": "^1.2.16",
"@types/jsdom": "^12.2.0",
"@types/lodash": "^4.14.118",
"@types/mocha": "^5.2.5",
"@types/morgan": "^1.7.35",
"@types/node": "^12.0.0",
"@types/pg": "^7.4.11",
"@types/redis": "^2.8.7",
"@types/redis-mock": "^0.17.0",
"@types/request-promise": "^4.1.42",
"@types/uuid": "^3.4.4",
"apidoc": "^0.17.6",
"async": "^2.6.1",
"bigint-typescript-definitions": "^5.5.3-0",
"chai": "^4.2.0",
"mocha": "^6.0.0",
"redis-mock": "^0.44.0",
"ts-node": "^8.0.3",
"tslint": "^5.11.0",
"typescript": "3.2.2"
}
}