forked from eggjs/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1 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": "egg-examples",
"version": "1.0.0",
"description": "Application examples for egg",
"keywords": [
"application",
"egg"
],
"devDependencies": {
"autod": "^2.7.1",
"autod-egg": "^1.0.0",
"chalk": "^1.1.3",
"eslint": "^5.6.1",
"eslint-config-egg": "^7.1.0",
"npminstall": "3",
"semver": "^5.3.0",
"common-bin": "^2.7.1",
"globby": "^6.1.0"
},
"scripts": {
"lint": "eslint .",
"test": "./example.js test",
"test-cn": "./example.js test -c",
"ci": "npm run lint && npm test",
"autod": "./example.js autod",
"list": "./example.js list"
},
"homepage": "https://github.com/eggjs/examples",
"repository": {
"type": "git",
"url": "https://github.com/eggjs/examples.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"version": "8",
"license": {
"year": 2017
},
"afterScript": false
},
"license": "MIT",
"private": true
}