UNPKG

qrcode-framework

Version:

65 lines (64 loc) 1.4 kB
{ "name": "qrcode-framework", "version": "1.1.13", "description": "", "egg": { "typescript": true, "declarations": true }, "dependencies": { "egg": "^2.3.0", "egg-redis": "^2.4.0", "lodash": "^4.17.15", "moment": "^2.24.0", "mysql2": "^1.7.0", "sequelize": "^5.18.0", "simpleflakes": "^2.1.0", "tslib": "^1.10.0", "uuid": "^3.3.3" }, "devDependencies": { "@types/uuid": "^3.4.6", "autod": "^3.0.1", "autod-egg": "^1.0.0", "egg-bin": "^4.13.1", "egg-ci": "^1.8.0", "egg-mock": "^3.14.0", "egg-ts-helper": "^1.25.6", "eslint": "^4.18.0", "eslint-config-egg": "^7.0.0", "webstorm-disable-index": "^1.2.0" }, "engines": { "node": ">=8.0.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", "tsc": "ets && tsc -p tsconfig.json", "release": "./release.sh", "prepublish": "npm run tsc", "pkgfiles": "egg-bin pkgfiles" }, "ci": { "version": "8, 9" }, "repository": { "type": "git", "url": "" }, "keywords": [ "egg", "egg-framework" ], "author": "", "eslintIgnore": [ "coverage", "dist" ], "license": "MIT" }