-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "@kkbox/kkbox-js-sdk",
"version": "1.3.6",
"description": "KKBOX Open API developer SDK for JavaScript. Use it to easily access KKBOX open API to get various metadata about KKBOX's tracks, albums, artists, playlists and stations. ",
"main": "./dist/index.js",
"scripts": {
"build": "npx babel src -d dist",
"build:webpack": "webpack -p",
"pretest": "npm run build",
"test": "mocha -R spec -t 30000 ./dist/test",
"doc": "esdoc",
"prepublishOnly": "npm run build"
},
"author": "KKBOX",
"repository": {
"type": "git",
"url": "git+https://github.com/KKBOX/OpenAPI-JavaScript.git"
},
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.21.1",
"babel-preset-env": "^1.7.0"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"mocha": "^5.2.0",
"should": "^11.2.1",
"webpack": "^2.3.3"
},
"mailTo": "[email protected]",
"bugs": {
"url": "https://github.com/KKBOX/OpenAPI-JavaScript/issues"
},
"homepage": "https://github.com/KKBOX/OpenAPI-JavaScript#readme",
"directories": {
"test": "test"
},
"keywords": [
"KKBOX",
"OpenAPI",
"Open",
"API"
]
}