-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "express-jssdk",
"version": "1.0.2",
"description": "jssdk signature for express middleware",
"main": "./dist/jssdk.js",
"types": "./lib/jssdk.d.ts",
"scripts": {
"compile": "tsc --declaration",
"lint": "tslint --project tsconfig.json",
"test": "mocha",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baaxl9vh/express-jssdk.git"
},
"keywords": [
"jssdk",
"wechat",
"weixin"
],
"author": "jay",
"license": "MIT",
"bugs": {
"url": "https://github.com/baaxl9vh/express-jssdk/issues"
},
"homepage": "https://github.com/baaxl9vh/express-jssdk#readme",
"dependencies": {
"@types/express": "^4.17.0",
"redis": "^2.8.0",
"redlock": "^4.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/cors": "^2.8.5",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.8",
"@types/redis": "^2.8.13",
"@types/redlock": "^4.0.1",
"chai": "^4.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mocha": "^6.2.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
}
}