{
	"name": "@ljharb/tsconfig",
	"version": "0.3.2",
	"description": "My personal tsconfig(s), so my open source projects can share them.",
	"main": "tsconfig.json",
	"exports": {
		".": "./tsconfig.json",
		"./node": "./node/tsconfig.json",
		"./package.json": "./package.json"
	},
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"prepublishOnly": "safe-publish-latest",
		"lint": "eslint --ext=js,mjs,ts .",
		"pretest": "npm run lint",
		"tests-only": "tsc && tsc -p node",
		"test": "npm run tests-only",
		"posttest": "npx npm@'>= 10.2' audit --production",
		"version": "auto-changelog && git add CHANGELOG.md",
		"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ljharb/tsconfig.git"
	},
	"author": "Jordan Harband <ljharb@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ljharb/tsconfig/issues"
	},
	"homepage": "https://github.com/ljharb/tsconfig#readme",
	"devDependencies": {
		"@ljharb/eslint-config": "^21.1.1",
		"auto-changelog": "^2.5.0",
		"encoding": "^0.1.13",
		"eslint": "=8.8.0",
		"in-publish": "^2.0.1",
		"npmignore": "^0.3.1",
		"safe-publish-latest": "^2.0.0",
		"typescript": "next"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"publishConfig": {
		"access": "public",
		"ignore": [
			".github/workflows",
			"**/empty.ts"
		]
	},
	"engines": {
		"node": ">= 0.4"
	}
}
