UNPKG

1.43 kBJSONView Raw
1{
2 "name": "node-core",
3 "version": "0.1.4",
4 "description": "A Node.js framework based on Alibaba's Egg.js",
5 "dependencies": {
6 "egg": "^1.9.0",
7 "egg-cors": "^1.2.0",
8 "egg-sequelize": "^3.1.0",
9 "egg-view-ejs": "^1.1.0",
10 "mysql2": "^1.4.2"
11 },
12 "devDependencies": {
13 "autod": "^2.9.0",
14 "autod-egg": "^1.0.0",
15 "egg-bin": "^3.7.0",
16 "egg-ci": "^1.8.0",
17 "egg-mock": "^3.12.2",
18 "eslint": "^4.8.0",
19 "eslint-config-standard": "^10.2.1",
20 "eslint-plugin-import": "^2.7.0",
21 "eslint-plugin-node": "^5.2.0",
22 "eslint-plugin-promise": "^3.5.0",
23 "eslint-plugin-standard": "^3.0.1",
24 "supertest": "^3.0.0",
25 "webstorm-disable-index": "^1.2.0"
26 },
27 "engines": {
28 "node": ">=6.0.0"
29 },
30 "scripts": {
31 "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
32 "test-local": "egg-bin test",
33 "cov": "egg-bin cov",
34 "lint": "eslint .",
35 "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
36 "autod": "autod",
37 "pkgfiles": "egg-bin pkgfiles"
38 },
39 "ci": {
40 "version": "6, 8"
41 },
42 "repository": {
43 "type": "git",
44 "url": "https://github.com/zhaotoday/node-core"
45 },
46 "keywords": [
47 "egg",
48 "egg-framework"
49 ],
50 "author": "zhaojintian",
51 "files": [
52 "app",
53 "app.js",
54 "config",
55 "lib",
56 "index.js"
57 ],
58 "license": "MIT"
59}