-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1019 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1019 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
32
33
34
35
36
37
38
{
"name": "@forefront/parse-server-cos-adapter",
"version": "1.0.1",
"description": "Tecent Cloud COS(file storage) adapter for parse-server",
"main": "index.js",
"scripts": {
"test": "istanbul cover -x **/spec/** jasmine --captureExceptions",
"report-coverage": "codecov",
"semantic-release": "semantic-release"
},
"keywords": [
"parse-server",
"tencent",
"cloud",
"storage",
"cos"
],
"repository": {
"type": "git",
"url": "git+https://github.com/forefront-ux/parse-server-cos-adapter.git"
},
"author": "Kuma Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/forefront-ux/parse-server-cos-adapter/issues"
},
"homepage": "https://github.com/forefront-ux/parse-server-cos-adapter#readme",
"devDependencies": {
"codecov": "^3.2.0",
"istanbul": "^0.4.5",
"jasmine": "^3.3.1",
"parse-server-conformance-tests": "^1.0.0",
"semantic-release": "^15.13.3"
},
"dependencies": {
"cos-nodejs-sdk-v5": "^2.5.6"
}
}