-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 863 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "clearless-hapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"start:dev": "nodemon src/app.js",
"migrate": "node-pg-migrate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/hapi": "^20.1.5",
"@hapi/jwt": "^2.0.1",
"@neondatabase/serverless": "^1.0.2",
"@upstash/qstash": "^2.8.3",
"@upstash/redis": "^1.35.5",
"@vercel/blob": "^2.0.0",
"auto-bind": "^5.0.1",
"bcrypt": "^6.0.0",
"dotenv": "^10.0.0",
"instances-container": "^2.0.3",
"nanoid": "^3.1.23"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"node-pg-migrate": "^8.0.3",
"nodemon": "^2.0.9",
"pg": "^8.16.3"
},
"type": "module"
}