mirror of
https://github.com/ZSCGR/genshin-impart.git
synced 2026-08-13 04:53:42 +08:00
20 lines
472 B
JSON
20 lines
472 B
JSON
{
|
|
"name": "genshin-impart",
|
|
"version": "1.0.0",
|
|
"description": "本网站所参考的源码:[Herta Kuru~](https://github.com/duiqt/herta_kuru) |",
|
|
"main": "indexscript.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^2.2.1",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.1.0",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|