-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
47
48
49
50
51
52
53
54
{
"name": "express-wechat-access",
"version": "1.0.17",
"description": "A wechat access middleware for expressjs",
"scripts": {
"build": "node scripts/build.js",
"test": "node test/index.js",
"prettier": "node scripts/prettier.js"
},
"repository": {
"type": "git",
"url": "[email protected]:simmons8616/express-wechat-access.git"
},
"author": "simmons8616",
"keywords": [
"express",
"expressjs",
"wechat",
"wechat-sdk",
"wechat-nodejs",
"middleware",
"wechat-sdk",
"typescript",
"javascript",
"weixin",
"weixin-sdk",
"weixin-node"
],
"license": "MIT",
"dependencies": {
"@types/express": "^4.16.0",
"@types/memory-cache": "^0.2.0",
"@types/merge-descriptors": "^1.0.1",
"@types/node": "^10.5.2",
"@types/superagent": "^3.8.3",
"express-wechat-access": "^1.0.17",
"memory-cache": "^0.2.0",
"merge-descriptors": "^1.0.1",
"superagent": "^3.8.3"
},
"devDependencies": {
"express": "^4.16.3",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"prettier": "^1.14.2",
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript2": "^0.16.1",
"tslib": "^1.9.3",
"typescript": "^2.9.2"
}
}