{
	"name": "fast-react-cli",
	"version": "1.3.1",
	"description": "Blazing fast, zero configuration react application bundler.",
	"keywords": [
		"parcel",
		"react"
	],
	"license": "MIT",
	"author": {
		"name": "maomincoding",
		"email": "17864296568@163.com",
		"url": "https://www.maomin.club"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/maomincoding/fast-react-app.git"
	},
	"private": false,
	"main": "index.js",
	"bin": {
		"fast-react-cli": "./bin/index.js"
	},
	"dependencies": {
		"chalk": "^4.0.0",
		"commander": "^5.0.0",
		"fs-extra": "^9.0.0",
		"inquirer": "^7.1.0"
	},
	"devDependencies": {},
	"browserslist": [
		"> 1%",
		"last 2 versions"
	]
}
