-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 992 Bytes
/
package.json
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
37
38
{
"name": "api-pibic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/app.js",
"start": "./node_modules/.bin/netlify-lambda serve src",
"build": "./node_modules/.bin/netlify-lambda build src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GabLunaDev/API-PIBIC.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GabLunaDev/API-PIBIC/issues"
},
"homepage": "https://github.com/GabLunaDev/API-PIBIC#readme",
"dependencies": {
"@slack/web-api": "^6.8.1",
"argon2": "^0.30.3",
"body-parser": "^1.20.1",
"chalk": "^4.1.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"luxon": "^3.2.1",
"pg": "^8.9.0",
"sequelize": "^6.28.0"
}
}