forked from revskill10/cloudinaryWithMulter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 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
{
"name": "cloudinary-uploader-template",
"version": "1.0.0",
"description": "a nodejs setup with babel 7",
"main": "index.js",
"dependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"datauri": "^1.1.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"multer": "^1.4.1",
"nodemon": "^1.18.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --require @babel/register ./src/server/index.js",
"dev": "nodemon --require @babel/register ./src/server/index.js"
},
"keywords": [
"nodejs",
"babel"
],
"author": "joeeasy",
"license": "MIT"
}