DBForAutum/package.json
2022-06-02 08:46:12 +08:00

25 lines
577 B
JSON

{
"name": "dbforautumn",
"version": "1.0.0",
"description": "给浩天做的数据库实验三",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wuuconix/DBForAutumn.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wuuconix/DBForAutumn/issues"
},
"homepage": "https://github.com/wuuconix/DBForAutumn#readme",
"dependencies": {
"express": "^4.18.1",
"sqlite3": "^5.0.8"
}
}