{
	"name": "@ibiz-template/vue3",
	"version": "1.34.2",
	"description": "vue3代码生成器",
	"bin": {
		"template": "out/bin.js"
	},
	"main": "out/index.js",
	"types": "out/types/index.d.ts",
	"files": [
		"out",
		"template",
		"asset"
	],
	"scripts": {
		"dev": "tsc --watch",
		"clean": "rimraf out",
		"prepare": "husky install",
		"release": "standard-version",
		"format:template": "node ./format.js",
		"format:out": "prettier --write ./out/**/*.js ./out/*.js",
		"format": "npm run format:template && npm run format:out",
		"build": "npm run clean && tsc --build src && npm run format"
	},
	"keywords": [
		"vue",
		"template"
	],
	"author": "ibiz",
	"license": "MIT",
	"dependencies": {
		"@ibizlab/template": "0.1.54",
		"@ibizlab/template-core": "0.1.54",
		"@ibizlab/model": "^0.2.14",
		"chalk": "4.1.2",
		"commander": "^9.4.1",
		"cp-file": "9.1.0",
		"fs-extra": "^10.1.0",
		"glob": "^8.0.3",
		"lodash": "^4.17.21",
		"rimraf": "^3.0.2",
		"standard-version": "^9.5.0"
	},
	"devDependencies": {
		"@commitlint/cli": "^17.4.0",
		"@commitlint/config-conventional": "^17.4.0",
		"@types/fs-extra": "^11.0.1",
		"@types/lodash": "^4.14.191",
		"@types/node": "^18.11.15",
		"@types/rimraf": "^3.0.2",
		"cz-conventional-changelog": "^3.3.0",
		"husky": "^8.0.3",
		"prettier": "^2.8.1",
		"typescript": "^4.9.4"
	},
	"config": {
		"commitizen": {
			"path": "./node_modules/cz-conventional-changelog"
		}
	}
}
