update package.json

This commit is contained in:
Takeshi Kimata
2024-06-23 09:48:41 +09:00
parent da517b442d
commit 1af3ba05e6
4 changed files with 11 additions and 11 deletions

View File

@@ -1,14 +1,12 @@
{
"name": "backend",
"name": "unittcms-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"start": "node index",
"migrate": "bash scripts/migrate.sh",
"seed": "bash scripts/seed.sh",
"drop": "bash scripts/drop.sh",
"test": "echo \"Error: no test specified\" && exit 1"
"drop": "bash scripts/drop.sh"
},
"author": "",
"license": "ISC",