-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 1.91 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "egg-passport-weapp",
"version": "0.0.0-development",
"description": "Wechat mini program passport plugin for egg",
"eggPlugin": {
"name": "passportWeapp",
"dependencies": [
"passport"
]
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"passport-weapp"
],
"dependencies": {
"debug": "^2.6.1",
"egg-passport": "^2.0.1",
"passport-weapp": "^1.1.1"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.0",
"autod": "^3.0.0",
"autod-egg": "^1.0.0",
"coffee": "^5.2.1",
"egg": "^2.0.0",
"egg-bin": "^4.13.1",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.0",
"egg-ts-helper": "^1.13.0",
"nock": "^10.0.6",
"semantic-release": "^15.13.19",
"ts-node": "^8.2.0",
"tsc": "^1.20150623.0",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "3.5.0-rc",
"webstorm-disable-index": "^1.2.0"
},
"egg": {
"typescript": true
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "npm run tsc &&DEBUG=passport-weapp egg-bin test",
"tsc": "ets && tsc -p tsconfig.json",
"cov": "egg-bin cov",
"lint": "tslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run test-local && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod",
"clean": "ets clean",
"prepublish": "npm run test-local",
"semantic-release": "semantic-release"
},
"files": [
"config",
"app.js",
"index.d.ts"
],
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "https://github.com/Jeff-Tian/egg-passport-weapp"
},
"bugs": {
"url": "https://github.com/Jeff-Tian/egg-passport-weapp/issues"
},
"homepage": "https://github.com/Jeff-Tian/egg-passport-weapp",
"author": "jeff.tian@outlook.com",
"license": "MIT"
}