-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "client-cloud-services",
"version": "3.0.7",
"description": "Sunbird Client Services - To access cloud services",
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"build:dev": "webpack --mode=development --watch",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"author": "RAJESH KUMARAVEL",
"license": "MIT",
"engines": {
"node": ">=14.19.0",
"npm": ">=6.14.16"
},
"keywords": [
"sunbird",
"cloud",
"services",
"csp",
"azure",
"aws",
"gcp",
"google",
"cloud storage"
],
"dependencies": {
"@aws-sdk/client-s3": "3.163.0",
"@aws-sdk/lib-storage": "3.182.0",
"@aws-sdk/s3-request-presigner": "3.173.0",
"@azure/storage-blob": "12.15.0",
"@google-cloud/storage": "6.5.2",
"@project-sunbird/logger": "^0.0.9",
"async": "2.5.0",
"aws-sdk": "^2.1559.0",
"dateformat": "2.0.0",
"lodash": "4.17.15",
"multiparty": "^4.2.1",
"uuid": "3.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@webpack-cli/generators": "^2.5.0",
"babel-loader": "^8.2.5",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"webpack": "^5.73.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.9.3"
}
}