akos-egg-boilerplate-sequelize
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,43 +5,60 @@ { | ||
"description": "{{description}}", | ||
"private": true, | ||
"egg": { | ||
"declarations": true | ||
}, | ||
"main": "app.js", | ||
"keywords": [ | ||
"akos", | ||
"egg", | ||
"node.js", | ||
"javascript", | ||
"vusion" | ||
], | ||
"author": "{{author}}", | ||
"license": "ISC", | ||
"dependencies": { | ||
"egg": "^2.15.1", | ||
"egg-scripts": "^2.11.0" | ||
"bunyan": "^1.8.12", | ||
"chalk": "^2.4.2", | ||
"debug": "^3.1.0", | ||
"egg": "^2.23.0", | ||
"egg-scripts": "^2.11.0", | ||
"egg-sequelize": "^5.2.0", | ||
"egg-view-nunjucks": "^2.2.0", | ||
"is-type-of": "^1.2.1", | ||
"jsonwebtoken": "^8.5.1", | ||
"koa-better-body": "~3.0.4", | ||
"koa-body": "~4.1.1", | ||
"lodash": "~4.17.15", | ||
"module-alias": "^2.2.1", | ||
"moment": "^2.24.0", | ||
"mysql2": "^1.7.0", | ||
"mz-modules": "^2.1.0", | ||
"on-finished": "^2.3.0", | ||
"path-to-regexp": "^3.1.0", | ||
"request": "^2.88.0", | ||
"request-promise": "^4.2.4", | ||
"uuid": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"autod": "^3.0.1", | ||
"autod-egg": "^1.1.0", | ||
"egg-bin": "^4.11.0", | ||
"egg-ci": "^1.11.0", | ||
"egg-mock": "^3.21.0", | ||
"eslint": "^5.13.0", | ||
"eslint-config-egg": "^7.1.0" | ||
"egg-bin": "^4.3.5", | ||
"egg-mock": "^3.13.1" | ||
}, | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"scripts": { | ||
"start": "egg-scripts start --daemon --title=egg-server-{{name}}", | ||
"stop": "egg-scripts stop --title=egg-server-{{name}}", | ||
"dev": "egg-bin dev", | ||
"debug": "egg-bin debug", | ||
"test-local": "egg-bin test", | ||
"test": "npm run lint -- --fix && npm run test-local", | ||
"test-local": "egg-bin test", | ||
"cov": "egg-bin cov", | ||
"lint": "eslint .", | ||
"ci": "npm run lint && npm run cov", | ||
"autod": "autod" | ||
"pkgfiles": "egg-bin pkgfiles", | ||
"autod": "egg-bin autod", | ||
"start": "egg-scripts start --daemon", | ||
"stop": "egg-scripts stop", | ||
"sequelize": "sequelize --" | ||
}, | ||
"ci": { | ||
"version": "10" | ||
"_moduleAliases": { | ||
"@": "./app", | ||
"~": "./" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "" | ||
}, | ||
"author": "{{author}}", | ||
"license": "MIT" | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
} | ||
} |
{ | ||
"name": "akos-egg-boilerplate-sequelize", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "boilerplate with sequelize for akos-egg quickstart", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,4 +11,4 @@ # akos-egg-boilerplate-sequelize | ||
```bash | ||
$ npm i -g akos-boilerplate-init | ||
$ akos-boilerplate-init --type akos-sequelize showcase | ||
$ npm i -g create-akos | ||
$ create-akos --type akos-sequelize showcase | ||
$ cd showcase | ||
@@ -20,3 +20,3 @@ $ npm i | ||
See [akos-boilerplate-init](https://github.com/akos/akos-boilerplate-init) for more detail. | ||
See [create-akos](https://github.com/akos/create-akos) for more detail. | ||
@@ -23,0 +23,0 @@ ## extension |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43565
46