-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.89 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
{
"name": "egg-graphql-upload",
"version": "1.0.0",
"description": "test koa-middleware-apollo,这是一个测试!第二次",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"@crystallize/koa-middleware-apollo": "^0.2.0",
"acorn": "^8.7.0",
"acorn-jsx": "^5.3.2",
"co-mocha": "^1.2.2",
"dataloader": "^2.0.0",
"egg": "^2.33.1",
"egg-apollo-server": "^0.3.0",
"egg-apollo-server-graphql": "^1.0.3",
"egg-cors": "^2.2.3",
"egg-graphql": "^2.8.0",
"egg-jwt": "^3.1.7",
"egg-multipart": "^2.13.1",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.15.3",
"egg-sequelize": "^6.0.0",
"egg-socket.io": "^4.1.6",
"egg-validate": "^2.0.2",
"egg-view-ejs": "^2.0.1",
"gm": "^1.23.1",
"graphql": "^16.3.0",
"graphql-tools": "^8.2.0",
"koa-compress": "^5.1.0",
"mocha": "^9.2.1",
"moment": "^2.29.1",
"node-schedule": "^2.1.0",
"pg": "^8.7.3",
"promises-all": "^1.0.0",
"shortid": "^2.2.16"
},
"devDependencies": {
"autod": "^3.1.2",
"autod-egg": "^1.1.0",
"egg-bin": "^4.18.1",
"egg-ci": "^1.19.0",
"egg-mock": "^4.2.0",
"egg-pandora-script": "^1.0.0",
"eslint": "^8.10.0",
"eslint-config-egg": "^11.0.1"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "egg-scripts start --port=7001 --daemon --title=egg-server-eggtest --sticky --ignore-stderr",
"stop": "egg-scripts stop --title=egg-server-eggtest",
"dev": "egg-bin dev --sticky",
"debug": "egg-bin debug",
"test-local": "EGG_SERVER_ENV=local egg-bin test",
"test": "npm run lint -- --fix && npm run test-local",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "ys",
"license": "MIT"
}