12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "naf-framework-mongoose-free",
- "version": "0.0.42",
- "description": "naf egg framework use mongoose - free version",
- "dependencies": {
- "axios": "^0.19.0",
- "colors": "^1.4.0",
- "egg": "^2.23.0",
- "egg-mongoose": "^3.2.0",
- "egg-scripts": "^2.11.0",
- "egg-validate": "^2.0.2",
- "is-type-of": "^1.2.1",
- "lodash": "^4.17.15",
- "mongoose": "5.7.3",
- "naf-core": "^0.1.2",
- "saslprep": "^1.0.3"
- },
- "devDependencies": {
- "@types/lodash": "^4.14.142",
- "autod": "^3.1.0",
- "autod-egg": "^1.1.0",
- "egg-bin": "^4.13.2",
- "egg-ci": "^1.13.0",
- "egg-mock": "^3.24.1",
- "eslint": "^6.5.1",
- "eslint-config-egg": "^7.5.1",
- "eslint-config-naf": "^0.0.6",
- "jsonwebtoken": "^8.5.1",
- "webstorm-disable-index": "^1.2.0"
- },
- "engines": {
- "node": ">=8.9.0"
- },
- "scripts": {
- "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint .",
- "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
- "autod": "autod",
- "pkgfiles": "egg-bin pkgfiles"
- },
- "ci": {
- "version": "8, 9"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "keywords": [
- "egg",
- "egg-framework"
- ],
- "author": "dyg",
- "files": [
- "app",
- "config",
- "lib",
- "index.js",
- "index.d.ts",
- "app.js"
- ],
- "license": "MIT",
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- }
- }
|