UNPKG

nestia

Version:
65 lines 1.3 kB
{ "name": "nestia", "version": "11.3.1", "description": "Nestia CLI tool", "main": "bin/index.js", "bin": { "nestia": "./bin/index.js" }, "exports": { ".": { "types": "./bin/index.d.ts", "default": "./bin/index.js" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/samchon/nestia" }, "keywords": [ "nestia", "cli", "sdk", "swagger", "generator", "nestjs", "typia" ], "author": "Jeongho Nam", "license": "MIT", "bugs": { "url": "https://github.com/samchon/nestia/issues" }, "homepage": "https://nestia.io", "dependencies": { "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", "package-manager-detector": "^0.2.0" }, "devDependencies": { "@types/inquirer": "^9.0.3", "@types/node": "^25.3.3", "rimraf": "^6.1.3", "ts-node": "^10.9.2", "typescript": "~6.0.3", "@nestia/core": "^11.3.1", "@nestia/sdk": "^11.3.1" }, "files": [ "bin", "src", "README.md", "LICENSE", "package.json" ], "publishConfig": { "access": "public" }, "scripts": { "build": "rimraf bin && tsc", "dev": "rimraf bin && tsc --watch" }, "types": "bin/index.d.ts" }