forked from bigzjk/miguMusic-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "migumusic-api",
"version": "1.0.0",
"description": "node实现转发咪咕音乐api",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"nodedev": "cd src && ts-node-dev index.ts",
"tsnode": "ts-node src/index.ts",
"build": "webpack",
"tscc": "tsc",
"setup": "pm2 deploy ecosystem.config.js production setup",
"push": "pm2 deploy ecosystem.config.js production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigzjk/miguMusic-api.git"
},
"author": "alkun",
"license": "ISC",
"bugs": {
"url": "https://github.com/bigzjk/miguMusic-api/issues"
},
"homepage": "https://github.com/bigzjk/miguMusic-api#readme",
"dependencies": {
"@types/express": "^4.17.0",
"axios": "^0.19.0",
"body-parser": "^1.18.2",
"express": "^4.16.2"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"ts-node": "^8.3.0",
"ts-node-dev": "^1.0.0-pre.40",
"tsc": "^1.20150623.0",
"typescript": "^3.5.3",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}