init
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user