1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
answerbook/package.json

18 lines
367 B
JSON
Raw Normal View History

2022-09-24 20:55:17 +08:00
{
"name": "answerbook",
"version": "1.0.0",
"description": "答案之书",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "coder-xiaomo",
"license": "ISC",
"dependencies": {
"close-with-grace": "^1.1.0",
"fs": "^0.0.1-security",
"mysql": "^2.18.1",
"request": "^2.88.2"
}
}