You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
{
|
|
"name": "hapi-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"init": "npx ts-node --project ./tsconfig.json -r tsconfig-paths/register source/db/init.ts alter",
|
|
"start": "npx ts-node-dev --project ./tsconfig.json -r tsconfig-paths/register ./source/main.ts",
|
|
"dev": "nodemon --exec 'npx ts-node --project ./tsconfig.json -r tsconfig-paths/register ./source/main.ts'"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@hapi/cookie": "^11.0.2",
|
|
"@hapi/hapi": "^20.1.2",
|
|
"@hapi/inert": "^6.0.3",
|
|
"bcrypt": "^5.0.1",
|
|
"hapi-auth-jwt2": "^10.2.0",
|
|
"hapi-swagger": "^14.2.0",
|
|
"joi": "^17.4.0",
|
|
"json-merge-patch": "^1.0.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"multiparty": "^4.2.2",
|
|
"nodemon": "^2.0.7",
|
|
"pug": "^3.0.2",
|
|
"sequelize": "^6.6.2",
|
|
"sqlite3": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@hapi/vision": "^6.1.0",
|
|
"@noderun/hapi-router": "link:packages/hapi-router",
|
|
"dotenv": "^10.0.0",
|
|
"ejs": "^3.1.6",
|
|
"file-type": "^16.5.0",
|
|
"ts-node": "^10.0.0",
|
|
"ts-node-dev": "^1.1.6",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"typescript": "^4.3.2"
|
|
}
|
|
}
|
|
|