{
	"name": "@sapphire/prettier-config",
	"version": "1.0.9",
	"description": "Standard Prettier config for Sapphire projects",
	"author": "@sapphire",
	"license": "MIT",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		"import": "./dist/index.js",
		"require": "./dist/index.js"
	},
	"homepage": "https://github.com/sapphire-project/utilities/tree/main/packages/prettier-config",
	"scripts": {
		"test": "jest",
		"prelint": "yarn test && yarn build",
		"lint": "eslint src tests --ext ts --fix -c dist/index.js",
		"build": "tsc -b src",
		"prepublishOnly": "yarn build"
	},
	"dependencies": {
		"prettier": "2.x"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sapphire-project/utilities.git",
		"directory": "packages/prettier-config"
	},
	"files": [
		"dist",
		"!dist/*.tsbuildinfo"
	],
	"engines": {
		"node": ">=12",
		"npm": ">=6"
	},
	"keywords": [
		"sapphire-project",
		"bot",
		"typescript",
		"ts",
		"yarn",
		"discord",
		"sapphire",
		"standalone"
	],
	"bugs": {
		"url": "https://github.com/sapphire-project/utilities/issues"
	},
	"publishConfig": {
		"access": "public"
	}
}
