2023-09-14 20:38:32 -04:00
|
|
|
{
|
|
|
|
"name": "critter-express",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
2023-09-28 13:31:55 -04:00
|
|
|
"test": "./node_modules/.bin/jest",
|
2023-09-26 15:06:01 -04:00
|
|
|
"start": "node server.js",
|
|
|
|
"act": "act -W ./.gitea/workflows/"
|
2023-09-14 20:38:32 -04:00
|
|
|
},
|
|
|
|
"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",
|
2023-09-22 16:39:37 -04:00
|
|
|
"bole": "^5.0.7",
|
2023-09-14 21:35:41 -04:00
|
|
|
"express": "^4.18.2",
|
2023-09-15 09:37:35 -04:00
|
|
|
"morgan": "^1.10.0",
|
2023-09-15 06:40:33 -04:00
|
|
|
"sqlite3": "^5.1.6"
|
2023-09-22 16:39:37 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
"supertest": "^6.3.3"
|
2023-09-14 20:38:32 -04:00
|
|
|
}
|
|
|
|
}
|