{
	"name": "@griddo/cli",
	"version": "0.5.16",
	"description": "CLI tool for scaffolding Griddo components, modules and templates with TypeScript support",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"bin": {
		"griddo": "./dist/index.js"
	},
	"author": "hisco<hisco@griddo.io>",
	"files": [
		"dist/",
		"__copy__/",
		"intern-tpls/",
		"README.md",
		"LICENSE"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/griddo/griddo-cli.git"
	},
	"homepage": "https://github.com/griddo/griddo-cli#readme",
	"bugs": {
		"url": "https://github.com/griddo/griddo-cli/issues"
	},
	"license": "UNLICENSED",
	"engines": {
		"node": ">=20.0.0"
	},
	"scripts": {
		"build": "rm -rf dist && tsc -p tsconfig.json && cp -r src/intern-tpls .",
		"dev": "tsc -w",
		"publishPatch": "npm run build && npm version patch && npm publish",
		"test": "npm run build && node --test dist/test/",
		"prepublishOnly": "npm run build && npm run test",
		"release": "release-it",
		"release:minor": "release-it minor",
		"release:major": "release-it major",
		"release:patch": "release-it patch",
		"release:dry": "release-it --dry-run"
	},
	"keywords": [
		"griddo",
		"cli",
		"components",
		"scaffolding"
	],
	"dependencies": {
		"chalk": "^4.1.2",
		"commander": "^11.0.0",
		"fs-extra": "^11.3.0",
		"kleur": "^4.1.5",
		"prompts": "^2.4.2",
		"recast": "^0.23.11",
		"release-it": "^19.0.3",
		"ts-morph": "^25.0.1"
	},
	"devDependencies": {
		"@types/fs-extra": "^11.0.1",
		"@types/jest": "^29.0.0",
		"@types/node": "^20.0.0",
		"@types/prompts": "^2.4.9",
		"@typescript-eslint/typescript-estree": "^8.29.1",
		"jest": "^29.0.0",
		"ts-jest": "^29.0.0",
		"typescript": "^5.0.0"
	}
}
