1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
tools/package.json
2022-10-02 17:37:28 +08:00

23 lines
500 B
JSON

{
"name": "tools",
"version": "1.0.0",
"description": "小工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "coder-xiaomo",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"crypto": "^1.0.1",
"fs": "^0.0.1-security",
"mysql": "^2.18.1",
"NeteaseCloudMusicApi": "^4.8.2",
"node-schedule": "^2.1.0",
"path": "^0.12.7",
"request": "^2.88.2",
"solarlunar": "^2.0.7"
}
}