38 lines
No EOL
1.1 KiB
JSON
38 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "$(appName)-api",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"author": "Roman Jaroš <hello@romanjaros.dev>",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"dev": "nodemon --exec ts-node -r tsconfig-paths/register src/index.ts",
|
|
"build": "rimraf dist && tsc -p tsconfig.json && tsc-alias -p tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hapi": "18.0.10",
|
|
"@types/hapi__nes": "11.0.7",
|
|
"@types/ramda": "0.28.0",
|
|
"@types/validator": "13.11.1",
|
|
"copyfiles": "2.4.1",
|
|
"nodemon": "3.0.1",
|
|
"rimraf": "5.0.1",
|
|
"ts-node": "10.9.1",
|
|
"tsc-alias": "1.8.7"
|
|
},
|
|
"dependencies": {
|
|
"@hapi/boom": "10.0.1",
|
|
"@hapi/nes": "13.0.1",
|
|
"@hapi/hapi": "21.3.2",
|
|
"@hapi/inert": "7.1.0",
|
|
"@hapi/vision": "7.0.3",
|
|
"@prokyon/utils": "1.0.31",
|
|
"hapi-swagger": "17.1.0",
|
|
"joi": "17.10.1",
|
|
"typeorm": "0.3.17",
|
|
"sqlite3": "5.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"ramda": "0.28.0",
|
|
"typescript": "5.2.2"
|
|
}
|
|
} |