{
	"name": "@purista/cli",
	"version": "3.2.0",
	"description": "cli helper for PURISTA backend framework",
	"homepage": "https://purista.dev",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/puristajs/purista.git"
	},
	"author": "Sebastian Wessel",
	"license": "ISC",
	"main": "./dist/api/index.js",
	"type": "module",
	"bin": {
		"purista": "./dist/bin.js"
	},
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=24.15.0"
	},
	"scripts": {
		"start": "./dist/bin.js",
		"dev": "tsx src/bin.ts",
		"build": "rimraf dist tsconfig.tsbuildinfo && tsc -p tsconfig.build.json && chmod 755 dist/bin.js",
		"lint": "npx @biomejs/biome check --write",
		"test": "vitest"
	},
	"devDependencies": {
		"@types/minimist": "^1.2.5",
		"@types/node": "^25.9.1",
		"@types/sinon": "^21.0.1",
		"rimraf": "^6.1.3",
		"tsx": "^4.22.4",
		"type-fest": "^5.7.0"
	},
	"dependencies": {
		"@inquirer/confirm": "^6.1.1",
		"@inquirer/input": "^5.1.2",
		"@inquirer/select": "^5.2.1",
		"code-block-writer": "^13.0.3",
		"commander": "^15.0.0",
		"sinon": "^22.0.0",
		"ts-morph": "^28.0.0",
		"zod": "^4.4.3"
	},
	"peerDependenciesMeta": {},
	"files": [
		"dist"
	],
	"exports": {
		"./package.json": "./package.json",
		".": {
			"types": "./dist/api/index.d.ts",
			"import": "./dist/api/index.js",
			"default": "./dist/api/index.js"
		}
	},
	"types": "./dist/api/index.d.ts"
}
