mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"name": "hapi",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Faraz Patankar",
|
|
"scripts": {
|
|
"dev": "nodemon src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@hapi/hapi": "^20.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hapi__hapi": "^20.0.8",
|
|
"@types/node": "^15.0.2",
|
|
"nodemon": "^2.0.7",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|