iut-hapi/package.json

40 lines
936 B
JSON
Raw Normal View History

2024-01-25 15:36:58 +00:00
{
2021-04-12 03:24:17 +00:00
"name": "hapipal-boilerplate",
"version": "3.0.0",
2024-01-25 15:36:58 +00:00
"main": "lib/index.js",
"scripts": {
"start": "node server",
2021-04-12 03:24:33 +00:00
"test": "lab -a @hapi/code -L",
2024-01-25 15:36:58 +00:00
"lint": "eslint ."
},
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapipal/haute-couture": "4.x.x",
2021-04-12 03:24:33 +00:00
"@hapipal/schwifty": "6.x.x",
"joi": "17.x.x",
"objection": "2.x.x"
},
"peerDependencies": {
"knex": "0.21.x"
2024-01-25 15:36:58 +00:00
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/eslint-config-hapi": "13.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/glue": "8.x.x",
"@hapi/hapi": "20.x.x",
2021-04-12 03:24:33 +00:00
"@hapi/hoek": "9.x.x",
2021-04-12 03:24:17 +00:00
"@hapi/lab": "24.x.x",
2021-04-12 03:24:33 +00:00
"@hapipal/confidence": "6.x.x",
"@hapipal/hpal": "3.x.x",
"@hapipal/hpal-debug": "2.x.x",
2021-04-12 03:24:17 +00:00
"@hapipal/toys": "3.x.x",
"babel-eslint": "10.x.x",
"dotenv": "8.x.x",
"eslint": "7.x.x",
"exiting": "6.x.x",
2021-04-12 03:24:33 +00:00
"knex": "0.21.x",
"sqlite3": "5.x.x"
2024-01-25 15:36:58 +00:00
}
}