初次提交
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "smart-lyric",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"types": "typing/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "rm -r dist typing && tsc"
|
||||
},
|
||||
"keywords": [
|
||||
"lyrc",
|
||||
"qrc",
|
||||
"krc",
|
||||
"lrcx",
|
||||
"nrc",
|
||||
"qqmusic",
|
||||
"kugou",
|
||||
"neteasy",
|
||||
"kuwo",
|
||||
"歌词",
|
||||
"解密",
|
||||
"encode",
|
||||
"decode"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.18"
|
||||
},
|
||||
"dependencies": {
|
||||
"bytenode": "^1.3.7",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"yizhi-html-escape": "^1.0.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user