-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "signalr-for-wx",
"version": "1.1.5",
"description": ".NET Core SignalR client for wechat miniprogram",
"homepage": "https://github.com/a951055/signalr-for-wx",
"author": "Microsoft",
"contributors": [
"Halo <[email protected]>"
],
"repository": "https://github.com/a951055/signalr-for-wx",
"main": "./dist/index.js",
"jsnext:main": "./dist/index.js",
"typings": "./typings/index.d.ts",
"engines": {
"node": "*"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/eventsource": "^1.0.2",
"@types/node": "^12.12.14",
"@types/request": "^2.47.1",
"component-emitter": "^1.3.0",
"es6-promise": "^4.2.2",
"globs": "^0.1.4",
"request": "^2.88.0",
"rimraf": "^3.0.0"
},
"dependencies": {},
"scripts": {
"clean": "node node_modules/rimraf/bin.js ./dist & node node_modules/rimraf/bin.js ./types",
"build:wx": "npm run clean && tsc --outDir ./dist & node plugin/replace-version",
"commit": "npm run build:wx && yarn publish"
},
"files": [
"*"
],
"miniprogram": "dist/",
"keywords": [
"wx-socket",
"@aspnet/signalr",
"signalr 微信小程序实现",
"signalr-for-wx"
]
}