20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|