Initial commit
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "couldmusic",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "export NODE_ENV=development&pnpm run build&node dist/index.js",
|
||||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inquirer/prompts": "^8.1.0",
|
||||
"@neteasecloudmusicapienhanced/api": "^4.29.20",
|
||||
"@types/config": "^3.3.5",
|
||||
"NeteaseCloudMusicApi": "^4.28.0",
|
||||
"chalk": "^5.6.2",
|
||||
"config": "^4.1.1",
|
||||
"webpack": "^5.104.1",
|
||||
"webpack-cli": "^6.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user