forked from tencentyun/cos-js-sdk-v5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 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
{
"name": "cos-js-sdk-v5",
"version": "1.3.5",
"description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"server": "node server/sts.js",
"dev": "cross-env NODE_ENV=development webpack -w",
"build": "cross-env NODE_ENV=production webpack",
"cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m",
"nyc": "node test/watcher.js && nyc report --reporter=clover --reporter=cobertura"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tencentyun/cos-js-sdk-v5.git"
},
"keywords": [],
"author": "carsonxu",
"license": "ISC",
"bugs": {
"url": "https://github.com/tencentyun/cos-js-sdk-v5/issues"
},
"homepage": "https://github.com/tencentyun/cos-js-sdk-v5#readme",
"dependencies": {
"xmldom": "^0.1.31"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"body-parser": "^1.18.3",
"cos-nodejs-sdk-v5": "^2.10.0",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"nyc": "^15.1.0",
"puppeteer": "^5.3.1",
"puppeteer-to-istanbul": "^1.4.0",
"qcloud-cos-sts": "^3.0.2",
"request": "^2.87.0",
"webpack": "^3.12.0"
}
}