-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 910 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
34
35
36
37
38
39
40
41
42
43
{
"name": "@mx-space/extra",
"version": "0.5.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prebuild": "rm -rf dist && rm -rf build",
"build": "yarn run tsc",
"dev": "ts-node",
"release": "yarn build && yarn publish"
},
"files": [
"dist"
],
"bump": {
"before": [
"npm run build"
],
"publish": true
},
"dependencies": {
"NeteaseCloudMusicApi": "4.8.10",
"date-fns": "^2.29.3"
},
"peerDependencies": {
"axios": "^0.21.0 || ^0.27.0"
},
"devDependencies": {
"@types/node": "13.13.52",
"axios": "1.3.2",
"typescript": "4.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mx-space/extra.git"
},
"author": "Innei",
"license": "MIT",
"bugs": {
"url": "https://github.com/mx-space/extra/issues"
},
"homepage": "https://github.com/mx-space/extra#readme"
}