@axolo/egg-nuonuo
Version:
Nuonuo open api plugin for Egg.js by node-nuonuo.
63 lines (62 loc) • 1.36 kB
JSON
{
"name": "@axolo/egg-nuonuo",
"version": "0.0.4",
"description": "Nuonuo open api plugin for Egg.js by node-nuonuo.",
"eggPlugin": {
"name": "nuonuo"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"egg-nuonuo",
"nuonuo",
"invoice",
"诺诺发票",
"电子发票",
"诺诺网"
],
"dependencies": {
"@axolo/node-nuonuo": "^0.0.2"
},
"devDependencies": {
"autod": "^3.1.0",
"autod-egg": "^1.1.0",
"egg": "^2.26.0",
"egg-bin": "^4.14.1",
"egg-ci": "^1.13.1",
"egg-mock": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-egg": "^8.0.1"
},
"engines": {
"node": ">=10.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": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"app.js",
"config",
"lib"
],
"ci": {
"version": "8, 10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axolo/egg-nuonuo.git"
},
"bugs": {
"url": "https://github.com/axolo/egg-nuonuo/issues"
},
"homepage": "https://github.com/axolo/egg-nuonuo#readme",
"author": "Yueming Fang",
"license": "MIT"
}