-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 983 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
{
"name": "tencent-share",
"version": "0.0.3",
"description": "该模块集成了微信、QQ、腾讯新闻客户端、腾讯视频客户端的分享API,可以设置分享的标题、描述、图片和链接",
"main": "dist/bundle.js",
"keywords": ["腾讯", "分享"],
"repository": "https://github.com/wenzi0github/tencent-share.git",
"files": [
"src",
"dist/bundle.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"wbuild": "webpack --mode production --progress --display-modules --colors --display-reasons",
"build": "rollup -c"
},
"author": "wenzi",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"rollup-plugin-babel": "^3.0.5",
"rollup-plugin-node-resolve": "^3.3.0",
"webpack": "^4.12.2",
"webpack-cli": "^3.0.8"
}
}