{
	"name": "@sapphire/ts-config",
	"version": "2.1.1",
	"description": "Shareable TypeScript configuration for all Sapphire Projects repositories",
	"author": "@sapphire",
	"license": "MIT",
	"main": "tsconfig.json",
	"exports": {
		"import": "./dist/index.js",
		"require": "./dist/index.js"
	},
	"homepage": "https://github.com/sapphire-project/utilities/tree/main/packages/ts-config",
	"scripts": {
		"test": "jest",
		"lint": "eslint tests scripts --ext mjs,ts --fix -c ../../.eslintrc",
		"prebuild": "yarn lint",
		"build": "tsc -b tests",
		"prepublishOnly": "node scripts/prepublish.mjs",
		"postpublish": "node scripts/postpublish.mjs"
	},
	"dependencies": {
		"tslib": "2.1.0",
		"typescript": "4.2.3"
	},
	"files": [
		"tsconfig.json"
	],
	"engines": {
		"node": ">=12",
		"npm": ">=6"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sapphire-project/utilities.git",
		"directory": "packages/ts-config"
	},
	"bugs": {
		"url": "https://github.com/sapphire-project/utilities/issues"
	},
	"keywords": [
		"sapphire-project",
		"bot",
		"typescript",
		"ts",
		"yarn",
		"discord",
		"sapphire",
		"standalone"
	],
	"publishConfig": {
		"access": "public"
	}
}
