代码初提交
This commit is contained in:
37
package.json
Normal file
37
package.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "kugou-lyric",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"types":"typing/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kangkang520/kugou-lyric.git"
|
||||
},
|
||||
"keywords": [
|
||||
"kugou",
|
||||
"krc",
|
||||
"lyric",
|
||||
"lrc",
|
||||
"酷狗",
|
||||
"parser",
|
||||
"fetch",
|
||||
"search",
|
||||
"music",
|
||||
"player"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/base64-js": "^1.2.5",
|
||||
"@types/node": "^10.12.18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/request": "^2.48.1",
|
||||
"base64-js": "^1.3.0",
|
||||
"request": "^2.88.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user