-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 845 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": "wx-sdk-ts",
"version": "1.2.0-beta.0",
"description": "Wechat Javascript SDK with Typescript defination",
"main": "index.js",
"scripts": {
"update": "curl http://res.wx.qq.com/open/js/jweixin-1.2.0.js | ./node_modules/.bin/prettier > index.js && patch -p0 < ./cmd.patch",
"test": "tsc --outDir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuqingkuang/wx-sdk-ts.git"
},
"keywords": [
"wechat",
"weixin",
"jssdk",
"typescript",
"tsc",
"ts"
],
"author": "XQ Kuang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xuqingkuang/wx-sdk-ts/issues"
},
"homepage": "https://github.com/xuqingkuang/wx-sdk-ts#readme",
"devDependencies": {
"prettier": "^1.3.1",
"ts-lint": "^4.5.1",
"typescript": "^2.3.2"
}
}