forked from tencentyun/cos-wx-sdk-v5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 966 Bytes
/
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
{
"name": "cos-wx-sdk-v5",
"version": "1.4.10",
"description": "小程序 SDK for [腾讯云对象存储服务](https://cloud.tencent.com/product/cos)",
"main": "demo/lib/cos-wx-sdk-v5.min.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node build.js --mode=development",
"build": "cross-env NODE_ENV=production node build.js --mode=production",
"sts.js": "node server/sts.js"
},
"repository": {
"type": "git",
"url": "http://github.com/tencentyun/cos-wx-sdk-v5.git"
},
"author": "carsonxu",
"license": "ISC",
"dependencies": {
"mime": "^2.4.6",
"@xmldom/xmldom": "^0.8.6"
},
"devDependencies": {
"@babel/core": "7.17.9",
"babel-loader": "8.2.5",
"@babel/preset-env": "7.16.11",
"body-parser": "^1.18.3",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"qcloud-cos-sts": "^3.0.2",
"terser-webpack-plugin": "4.2.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0"
}
}