UNPKG

honion

Version:
68 lines (67 loc) 1.57 kB
{ "name": "honion", "version": "0.1.0", "description": "通用洋葱模型中间件", "engines": { "node": ">=12.14.0" }, "homepage": "https://github.com/hal-wang/honion", "repository": { "type": "git", "url": "https://github.com/hal-wang/honion" }, "keywords": [ "onion", "honion", "middleware" ], "bugs": { "url": "https://github.com/hal-wang/honion/issues", "email": "support@hal.wang" }, "private": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "main": "dist/index.js", "scripts": { "prebuild": "npm run lint", "build": "sh ./clean-dist.sh && tsc", "lint": "eslint src test --ext .ts", "pretest": "npm run build", "test": "jest", "prepare": "husky install" }, "devDependencies": { "@commitlint/cli": "^17.4.4", "@commitlint/config-conventional": "^17.4.4", "@types/jest": "^29.4.0", "@types/node": "^18.14.2", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "codecov": "^3.8.3", "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.3", "jest": "^29.4.3", "prettier": "^2.8.4", "ts-jest": "^29.0.5", "typescript": "4.9.5" }, "author": "hal-wang", "license": "MIT", "files": [ "/dist/*", "/src/*", "/test/*", ".eslintignore", ".eslintrc.js", ".gitignore", "LICENSE", "package.json", "README.md", "tsconfig.json" ] }