24 lines
633 B
JSON
24 lines
633 B
JSON
{
|
|
"name": "critter-express",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"minify": "cat ./asset/frontend.js | ./node_modules/.bin/minify --js > asset/frontend.min.js",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.batts.cloud/vbatts/is-critter"
|
|
},
|
|
"author": "Vincent Batts <vbatts@hashbangbash.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"express": "^4.18.2",
|
|
"minify": "^10.5.2",
|
|
"morgan": "^1.10.0",
|
|
"sqlite3": "^5.1.6"
|
|
}
|
|
}
|