-
Notifications
You must be signed in to change notification settings - Fork 566
/
package.json
47 lines (47 loc) · 1.54 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
{
"name": "cos-js-sdk-v5",
"version": "1.8.6",
"description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
"main": "dist/cos-js-sdk-v5.js",
"types": "index.d.ts",
"scripts": {
"prettier": "prettier --write src demo/demo.js demo/CIDemos/*.js test/test.js server/sts.js lib/request.js index.d.ts",
"server": "node server/sts.js",
"dev": "cross-env NODE_ENV=development webpack -w --mode=development",
"build": "cross-env NODE_ENV=production webpack --mode=production",
"cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m",
"test": "jest --runInBand --coverage"
},
"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": {
"fast-xml-parser": "^4.4.0"
},
"devDependencies": {
"@babel/core": "7.17.9",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.16.11",
"babel-loader": "8.2.5",
"body-parser": "^1.18.3",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^3.0.1",
"qcloud-cos-sts": "^3.0.2",
"request": "^2.87.0",
"terser-webpack-plugin": "4.2.3",
"uglifyjs": "^2.4.11",
"webpack": "4.46.0",
"webpack-cli": "4.10.0"
}
}