UNPKG

node2sql-cli

Version:

Node project tools

56 lines (55 loc) 1.23 kB
{ "name": "node2sql-cli", "version": "1.0.2", "description": "Node project tools", "bin": { "node2sql": "./dist/bin/index.js" }, "scripts": { "dev": "tsc -w" }, "keywords": [ "nodejs", "cli", "framework", "ioc", "framework", "restfuk", "api", "http" ], "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { "chalk": "^4.0.0", "commander": "^5.1.0", "fs-extra": "^9.0.0", "glob": "^7.1.6", "inquirer": "^7.1.0", "nunjucks": "^3.2.1", "ora": "^4.0.4", "pluralize": "^8.0.0", "underscore.string": "^3.3.5" }, "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@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", "@types/underscore.string": "0.0.38", "@typescript-eslint/eslint-plugin": "^3.0.2", "@typescript-eslint/parser": "^3.0.2", "eslint": "^7.1.0", "eslint-plugin-import": "^2.20.2", "husky": "^4.2.5", "rimraf": "^2.7.1", "ts-node": "^8.10.1", "typescript": "^3.9.3" } }