This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "bangumi-vault",
|
||||
"version": "1.0.0",
|
||||
"description": "Private Docker web app for backing up and browsing Bangumi collections.",
|
||||
"main": "server/index.js",
|
||||
"private": true,
|
||||
"author": "AKISATO",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node --no-warnings server/index.js",
|
||||
"check": "node --check server/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg": "^8.13.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=24"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user