UNPKG

advanced-nestjs-cli

Version:
46 lines (45 loc) 986 B
{ "name": "advanced-nestjs-cli", "version": "0.0.3", "description": "CLI tool simplifies work with Nest.js", "main": "index.js", "type": "module", "scripts": { "test": "jest" }, "bin": { "anc": "app/cli.js" }, "files": [ "app", "LICENSE", "package.json", "CHANGELOG.md", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/rastorc3v/advanced-nestjs-cli.git" }, "keywords": [ "nestjs", "nest", "cli", "nest-cli" ], "author": "Uladzislau Rastarhuyeu", "license": "MIT", "bugs": { "url": "https://github.com/rastorc3v/advanced-nestjs-cli/issues" }, "homepage": "https://github.com/rastorc3v/advanced-nestjs-cli#readme", "dependencies": { "commander": "^14.0.0", "handlebars": "^4.7.8" }, "devDependencies": { "@jest/globals": "^30.0.3", "jest": "^30.0.3", "jest-environment-node": "^30.0.2" } }