{
	"name": "qunity-cli",
	"version": "1.0.3",
	"main": "dist/index.js",
	"license": "MIT",
	"bin": {
		"qunity": "bin/qunity.js"
	},
	"scripts": {
		"dev": "tsc -w",
		"build": "tsc",
		"prepublish": "npm run build"
	},
	"dependencies": {
		"@rollup/plugin-commonjs": "^15.0.0",
		"@rollup/plugin-json": "^4.1.0",
		"@rollup/plugin-node-resolve": "^9.0.0",
		"@rollup/plugin-replace": "^2.3.4",
		"@rollup/plugin-typescript": "^6.0.0",
		"chalk": "^3.0.0",
		"chokidar": "^3.3.1",
		"commander": "^5.0.0",
		"esprima": "^4.0.1",
		"fs-extra": "^8.1.0",
		"glob": "^7.1.6",
		"node-html-parser": "^1.3.1",
		"rollup": "^2.26.10",
		"rollup-plugin-typescript": "^1.0.1",
		"rollup-plugin-uglify": "^6.0.4",
		"serve-handler": "^6.1.2",
		"sheet-packer": "^1.0.1",
		"tslib": "^1.11.1",
		"typescript": "^3.8.3",
		"uuid": "^7.0.2"
	},
	"devDependencies": {
		"@types/chalk": "^2.2.0",
		"@types/esprima": "^4.0.2",
		"@types/fs-extra": "^9.0.1",
		"@types/glob": "^7.1.3",
		"@types/serve-handler": "^6.1.0",
		"@types/uuid": "^8.3.0"
	}
}
