-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (31 loc) · 867 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
{
"name": "accessible-data-api",
"version": "1.0.0",
"description": "API for accessible data website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js"
},
"author": "Asaf Malin",
"license": "MIT",
"dependencies": {
"@notionhq/client": "^2.2.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"db-migrate": "^0.11.13",
"db-migrate-mysql": "^2.2.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"knex": "^2.2.0",
"mysql": "^2.18.1",
"ngx-order-pipe": "^2.2.0",
"nodemailer": "^6.7.8",
"request": "^2.88.2",
"cors": "~2.8.5",
"sib-api-v3-sdk": "^8.5.0"
}
}