-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 985 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 985 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
37
38
39
{
"name": "back-end2",
"version": "1.0.0",
"description": "API Hosted @ [https://api-receipt-tracker.herokuapp.com/](https://api-receipt-tracker.herokuapp.com/)",
"main": "server.js",
"scripts": {
"test": "jest --watch",
"start": "node index.js"
},
"author": "Mike Harley",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.16.0",
"cloudinary-core": "^2.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.21.1",
"jsonwebtoken": "^8.5.1",
"jwt-simple": "^0.5.6",
"knex": "^0.19.5",
"mocha": "^6.2.2",
"moment": "^2.24.0",
"mongoose": "^5.7.6",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"pg": "^7.12.1",
"pg-types": "^2.2.0",
"sqlite3": "^4.1.0"
},
"devDependencies": {
"jest": "^24.9.0",
"knex-cleaner": "^1.3.0",
"supertest": "latest",
"nodemon": "^1.19.4"
}
}