UNPKG

koa2sql

Version:

Node project tools

50 lines (49 loc) 1.03 kB
{ "name": "koa2sql", "version": "1.0.3", "description": "Node project tools", "bin": { "koa2sql": "./dist/bin/index.js" }, "scripts": { "dev": "tsc -w" }, "keywords": [ "nodejs", "typeorm", "koa-swagger", "cli", "framework", "restfuk", "api", "http" ], "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { "chalk": "^4.0.0", "commander": "^5.1.0", "figlet": "^1.5.0", "fs-extra": "^9.0.0", "glob": "^7.1.6", "inquirer": "^7.1.0", "nunjucks": "^3.2.1", "pluralize": "^8.0.0" }, "devDependencies": { "@types/fs-extra": "^9.0.1", "@types/glob": "^7.1.1", "@types/inquirer": "^6.5.0", "@types/node": "^14.0.5", "@types/nunjucks": "^3.1.3", "@types/pluralize": "0.0.29", "@typescript-eslint/eslint-plugin": "^3.0.2", "@typescript-eslint/parser": "^3.0.2", "eslint": "^7.1.0", "eslint-plugin-import": "^2.20.2", "ts-node": "^8.10.1", "typescript": "^3.9.3" } }