UNPKG

nestjs-test-gen

Version:
35 lines (34 loc) 771 B
{ "name": "nestjs-test-gen", "version": "1.0.6", "description": "NestJS unit test initial file generator", "main": "dist/index.js", "bin": { "nestjs-test-gen": "./dist/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc" }, "keywords": [ "cli", "NestJS", "jest", "test", "test generator", "typescript", "unit test" ], "author": "whalebro", "repository": "https://github.com/tkxksdl2/nestjs-test-gen", "homepage": "https://github.com/tkxksdl2/nestjs-test-gen/blob/main/README.md", "license": "ISC", "dependencies": { "commander": "^10.0.1", "indent": "^0.0.2", "typescript": "^5" }, "devDependencies": { "@types/node": "^20.2.5" } }