UNPKG

zeroant

Version:
93 lines (92 loc) 2.54 kB
{ "name": "zeroant", "version": "1.0.0-alpha.39", "description": "modules for zeroant", "repository": "git@github.com:michaelpiper/zeroant.git", "main": "lib/index.js", "bin": { "zeroant": "lib/cli.js" }, "type": "module", "scripts": { "lint": "eslint ./src/* --fix", "build": "rm -rf ./lib && tsc -p tsconfig.json", "prepublishOnly": "npm run lint && npm run build", "zeroant": "node ./lib/cli.js" }, "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts", "require": "./lib/index.js" }, "./*": "./lib/*.js", "./**/*": "./lib/**/*.js" }, "keywords": [ "koa", "ts", "KISS", "SOLID", "DRY" ], "author": "Michael Piper", "license": "ISC", "dependencies": { "@adminjs/design-system": "^4.0.3", "@adminjs/koa": "^4.0.1", "@adminjs/passwords": "^4.0.0", "@adminjs/prisma": "^5.0.1", "@adminjs/themes": "^1.0.1", "@adminjs/upload": "^4.0.1", "@bull-board/api": "^5.6.0", "@bull-board/koa": "^5.6.0", "@koa/cors": "^4.0.0", "@mui/icons-material": "^5.14.9", "@mui/material": "^5.14.10", "@rjsf/core": "^5.13.0", "@rjsf/mui": "^5.13.0", "@rjsf/utils": "^5.13.0", "@rjsf/validator-ajv8": "^5.12.1", "adminjs": "^7.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", "flat": "^5.0.2", "koa": "^2.14.2", "koa-bodyparser": "^4.4.0", "koa-mount": "^4.0.0", "koa-router": "^12.0.0", "koa-session": "^6.4.0", "koa-static": "^4.0.2", "lodash": "^4.17.21", "nodemon": "^3.0.1", "react-json-editor-ajrm": "^2.5.14", "zeroant-common": "^1.0.0-alpha.37", "zeroant-config": "^1.0.0-alpha.37", "zeroant-constant": "^1.0.0-alpha.20", "zeroant-factory": "^1.0.0-alpha.37", "zeroant-loader": "^1.0.0-alpha.37", "zeroant-logger": "^1.0.0-alpha.37", "zeroant-response": "^1.0.0-alpha.21", "zeroant-util": "^1.0.0-alpha.21" }, "peerDependencies": { "@prisma/client": "^5.3.0", "prisma": "^5.3.0" }, "devDependencies": { "@types/flat": "^5.0.2", "@types/koa-bodyparser": "^4.3.10", "@types/koa-morgan": "^1.0.5", "@types/koa-mount": "^4.0.2", "@types/koa-router": "^7.4.4", "@types/koa-session": "^6.4.0", "@types/koa-static": "^4.0.2", "@types/koa__cors": "^4.0.0", "@types/lodash": "^4.14.195", "@types/nodemon": "^1.19.3", "eslint": "^8.40.0", "typescript": "^5.0.4" }, "gitHead": "cbfccb9a7989952d5f0df6c77ec502b08427b2c8" }