forked from Gaetan-M/Devstyle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 939 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": "backend-devstyle",
"version": "1.0.0",
"description": "backend server for the _devstyle plateform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "https://github.com/artemesian",
"license": "ISC",
"dependencies": {
"@forestadmin/agent": "^1.9.0",
"@forestadmin/datasource-mongoose": "^1.4.0",
"@mailchimp/mailchimp_marketing": "^3.0.75",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cloudinary": "^1.32.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"fs": "^0.0.1-security",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.1",
"mongoose-diff-history": "github:artemesian/mongoose-diff-history#master",
"multer": "^1.3.0",
"multer-gridfs-storage": "^1.3.0",
"nodemon": "^2.0.15",
"path": "^0.12.7"
}
}