UNPKG

zeroant-constant

Version:
44 lines (43 loc) 1.01 kB
{ "name": "zeroant-constant", "version": "1.0.0-alpha.20", "description": "constant modules for zeroant", "repository": "git@github.com:michaelpiper/zeroant-constant.git", "main": "lib/index.js", "type": "module", "scripts": { "lint": "eslint ./src/* --fix", "build": "rm -rf ./lib && tsc -p tsconfig.json", "prepublish": "npm run lint && npm run build" }, "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": "^7.0.0", "koa": "^2.14.2" }, "devDependencies": { "@types/koa": "^2.13.9", "@types/koa-session": "^6.4.0", "@types/node": "^20.8.0", "eslint": "^8.40.0", "typescript": "^5.0.4" }, "gitHead": "cfc36de1f1bb24bc07098a9d2c03eb5f1e0af116" }