UNPKG

inversitron

Version:
85 lines (84 loc) 2.3 kB
{ "name": "inversitron", "version": "0.5.12", "description": "Simple framework based on InversifyJS", "main": "dist/index.js", "bin": { "tron": "dist/cli/index.js" }, "types": "dist/index.d.ts", "scripts": { "prepare": "tsc", "global": "npm run prepare && npm i -g", "start:dev": "node --inspect=5858 -r ts-node/register ./src/index.ts", "start:cli": "node --inspect=5858 -r ts-node/register ./src/cli/index.ts", "refresh": "rm -rf ./node_modules ./package-lock.json && npm install", "dev": "nodemon --config ./nodemon/dev.json", "cli": "nodemon --config ./nodemon/cli.json", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/LuizFelipeM/Inversitron.git" }, "keywords": [ "Inversitron", "Inversify", "InversifyJs", "typeorm", "Express", "Jest", "glob", "orm", "framework", "DDD" ], "author": { "name": "Luiz Felipe Moura", "email": "muniz.mourafelipe@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/LuizFelipeM/Inversitron/issues" }, "homepage": "https://github.com/LuizFelipeM/Inversitron#readme", "dependencies": { "body-parser": "^1.19.0", "colors": "^1.4.0", "commander": "^6.2.0", "cors": "^2.8.5", "dotenv-save": "^1.2.0", "express": "^4.16.2", "glob": "^7.1.6", "inversify": "^5.0.1", "inversify-express-utils": "^6.3.2", "nodemon": "^2.0.6", "ora": "^5.2.0", "pg": "^8.5.1", "typeorm": "^0.2.29" }, "devDependencies": { "@types/body-parser": "^1.19.0", "@types/colors": "^1.2.1", "@types/cors": "^2.8.8", "@types/express": "^4.17.13", "@types/glob": "^7.1.3", "@types/jest": "^26.0.19", "@types/node": "^14.14.10", "@types/nodemon": "^1.19.0", "@types/ora": "^3.2.0", "@typescript-eslint/eslint-plugin": "^4.8.2", "@typescript-eslint/parser": "^4.8.2", "cross-env": "^7.0.2", "eslint": "^7.14.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^5.0.0", "jest": "^26.6.3", "ts-jest": "^26.4.4", "ts-node": "^9.0.0", "typescript": "^4.1.2" } }