{
	"name": "lizi-wxapp-cli",
	"version": "1.0.1",
	"description": "微信小程序快速创建cli脚手架",
	"main": "index.js",
	"bin": {
		"wxapp-cli": "./index.js"
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/liziwork/wxapp-cli.git"
	},
	"keywords": [
		"wxapp-cli",
		"小程序脚手架",
		"小程序命令行",
		"小程序cli扩展"
	],
	"author": "",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/liziwork/wxapp-cli/issues"
	},
	"homepage": "https://github.com/liziwork/wxapp-cli#readme",
	"dependencies": {
		"@moyuyc/inquirer-autocomplete-prompt": "^1.3.2",
		"@types/inquirer": "^6.5.0",
		"chalk": "^2.4.2",
		"child_process": "^1.0.2",
		"cli-table3": "^0.5.1",
		"commander": "^2.20.0",
		"eslint": "^6.1.0",
		"fuzzy": "^0.1.3",
		"inquirer": "^6.5.0",
		"json-format": "^1.0.1",
		"miniprogram-api-typings": "^2.7.7",
		"ora": "^3.4.0",
		"trash": "^6.0.0",
		"tslint-config-alloy": "^0.2.1",
		"tslint-eslint-rules": "^5.4.0",
		"typescript": "^3.5.3"
	},
	"devDependencies": {
		"@types/node": "^12.6.9"
	},
	"config": {
		"cliRoot": "/Applications/wechatwebdevtools.app/Contents/MacOS/cli"
	}
}
