28 lines
514 B
JSON
28 lines
514 B
JSON
{
|
|
"name": "abtmtrv13",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"node_modules/**"
|
|
],
|
|
"ext": "*"
|
|
},
|
|
"type": "module",
|
|
"author": "MeowcaTheoRange",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"description": "",
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"kysely": "^0.27.4",
|
|
"pg": "^8.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.4"
|
|
}
|
|
}
|