UNPKG

1.25 kBJSONView Raw
1{
2 "name": "egg-sequelize",
3 "version": "1.0.0",
4 "description": "egg Sequelize plugin",
5 "eggPlugin": {
6 "name": "sequelize"
7 },
8 "keywords": [
9 "egg",
10 "sequelize",
11 "egg-plugin",
12 "eggPlugin",
13 "orm"
14 ],
15 "dependencies": {
16 "sequelize": "^3.30.1"
17 },
18 "devDependencies": {
19 "autod": "^2.7.1",
20 "egg": "^0.10.0",
21 "egg-bin": "^2.0.2",
22 "egg-mock": "^2.3.1",
23 "eslint": "^3.15.0",
24 "eslint-config-egg": "^3.2.0",
25 "mysql": "^2.12.0",
26 "should": "^11.2.0",
27 "supertest": "^3.0.0",
28 "webstorm-disable-index": "^1.1.2"
29 },
30 "engines": {
31 "node": ">=6.0.0"
32 },
33 "scripts": {
34 "test": "npm run lint -- --fix && npm run test-local",
35 "test-local": "egg-bin test",
36 "cov": "egg-bin cov",
37 "lint": "eslint .",
38 "ci": "npm run lint && npm run cov",
39 "autod": "autod"
40 },
41 "files": [
42 "app.js",
43 "agent.js",
44 "config",
45 "app",
46 "lib"
47 ],
48 "ci": {
49 "version": "6, 7"
50 },
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/eggjs/egg-sequelize.git"
54 },
55 "bugs": {
56 "url": "https://github.com/eggjs/egg/issues"
57 },
58 "homepage": "https://github.com/eggjs/egg-sequelize#readme",
59 "author": "jtyjty99999",
60 "license": "MIT"
61}