-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 KB
/
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
{
"name": "advanced-concepts",
"version": "1.0.0",
"description": "Code in support of Cloudinary Advanced Concepts for Developers Course",
"main": "test-env.js",
"scripts": {
"test-env": "node ./test-env",
"test-upload": "node ./test-upload",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudinary-training/cld-advanced-concepts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cloudinary-training/cld-advanced-concepts/issues"
},
"homepage": "https://github.com/cloudinary-training/cld-advanced-concepts#readme",
"dependencies": {
"cloudinary": "^1.21.0",
"dotenv": "^8.2.0",
"lodash": "^4.17.19",
"moment": "^2.26.0",
"open": "^7.0.4",
"urlsafe-base64": "^1.0.0"
},
"devDependencies": {
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0"
}
}