-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "graph-captcha",
"version": "0.1.0",
"description": "图形验证码服务接入示例",
"main": "index.js",
"scripts": {
"start": "ts-node ./src/index.ts",
"dev": "node -r ts-node/register ./src/index.ts",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youthcity/graph-captcha.git"
},
"keywords": [
"geetest",
"captcha",
"graph-captcha"
],
"author": "youthcity <[email protected]> (https://www.jianshu.com/u/38fded676749)",
"license": "ISC",
"bugs": {
"url": "https://github.com/youthcity/graph-captcha/issues"
},
"homepage": "https://github.com/youthcity/graph-captcha#readme",
"dependencies": {
"@alicloud/pop-core": "^1.7.0",
"@types/koa-session": "^5.7.4",
"env2": "^2.2.2",
"gt3-sdk": "^2.0.0",
"koa": "^2.5.3",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-session": "^5.9.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.11",
"qcloudapi-sdk": "^0.2.0",
"superagent": "^4.0.0-beta.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
},
"devDependencies": {
"@types/koa": "^2.0.46",
"@types/koa-bodyparser": "^5.0.1",
"@types/koa-router": "^7.0.32",
"@types/koa-static": "^4.0.0",
"@types/lodash": "^4.14.116",
"@types/superagent": "^3.8.4"
}
}