-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "vod-wx-sdk-v2",
"version": "1.0.3",
"description": "Tencent cloud vod sdk for wechat mini program",
"main": "dist/vod-wx-sdk-v2.js",
"miniprogram": "dist",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack --config webpack.dev.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tencentyun/vod-wx-sdk-v2.git"
},
"keywords": [
"vod",
"tencentcloud",
"qcloud",
"wechat"
],
"author": "alsotang <[email protected]>",
"contributors": [
"_windmill <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tencentyun/vod-wx-sdk-v2/issues"
},
"homepage": "https://github.com/tencentyun/vod-wx-sdk-v2#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^9.2.1",
"eslint": "^9.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"cos-wx-sdk-v5": "^1.7.2"
}
}