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.
30 lines
789 B
30 lines
789 B
{
|
|
"name": "hapi-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npx ts-node-dev --project ./tsconfig.json -r tsconfig-paths/register ./source/main.ts",
|
|
"temp": "nodemon --exec 'npx ts-node-dev -r tsconfig-paths/register ./source/main.ts'"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@hapi/hapi": "^20.1.2",
|
|
"@hapi/inert": "^6.0.3",
|
|
"multiparty": "^4.2.2",
|
|
"nodemon": "^2.0.7"
|
|
},
|
|
"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-dev": "^1.1.6",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"typescript": "^4.3.2"
|
|
}
|
|
}
|
|
|