-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
{
"name": "@adobe/cloud-blobstore-wrapper",
"version": "1.1.4",
"description": "Cloud Storage library",
"dependencies": {
"@adobe/node-fetch-retry": "^2.0.0",
"@azure/storage-blob": "^10.5.0",
"fs-extra": "^9.0.1",
"valid-url": "^1.0.9"
},
"author": "Adobe Inc.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adobe/cloud-blobstore-wrapper.git"
},
"devDependencies": {
"@adobe/eslint-config-asset-compute": "^1.3.0",
"@semantic-release/git": "^9.0.0",
"aws-sdk": "^2.690.0",
"browserify": "^16.5.1",
"chai": "^4.2.0",
"codecov": "^3.7.0",
"conventional-changelog-eslint": "^3.0.9",
"insert-module-globals": "^7.2.0",
"license-checker": "^25.0.1",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"semantic-release": "^17.3.0",
"uglify": "^0.1.5"
},
"keywords": [
"adobe",
"aws",
"azure",
"storage",
"cloud",
"blob",
"bucket"
],
"scripts": {
"test": "nyc mocha --recursive --exit",
"posttest": "eslint . && license-checker --summary",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"beautify": "eslint . --fix",
"build-vendor-aws": "node ./build-scripts/aws/node-builder.js",
"prepare": "npm run build-vendor-aws",
"semantic-release": "semantic-release"
}
}