{
	"name": "@misk/prettier",
	"version": "0.6.3",
	"license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
	"description": "Misk-Web Prettier Config",
	"author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)",
	"main": "lib/web/@misk/prettier/prettier.json",
	"repository": {
		"type": "git",
		"url": "git@github.com:cashapp/misk-web.git"
	},
	"dependencies": {
		"prettier": "2.7.1"
	},
	"devDependencies": {
		"@typescript-eslint/eslint-plugin": "5.42.0",
		"@typescript-eslint/parser": "5.42.0",
		"eslint": "8.26.0"
	},
	"scripts": {
		"build": "mkdir -p lib/web/@misk/prettier && cp package.json README.md prettier.json lib/web/@misk/prettier",
		"clean": "rm -rf lib package-lock.json yarn.lock",
		"ci-build": "npm run-script clean && npm run-script build"
	}
}
