{
	"name": "json-file-plus",
	"version": "4.0.0",
	"author": {
		"name": "Jordan Harband",
		"email": "ljharb@gmail.com",
		"url": "http://ljharb.codes"
	},
	"funding": {
		"url": "https://github.com/sponsors/ljharb"
	},
	"contributors": [
		{
			"name": "Jordan Harband",
			"email": "ljharb@gmail.com",
			"url": "http://ljharb.codes"
		}
	],
	"license": "MIT",
	"main": "index.mjs",
	"exports": {
		".": "./index.mjs",
		"./package.json": "./package.json"
	},
	"sideEffects": false,
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublishOnly": "safe-publish-latest",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"prelint": "evalmd README.md",
		"lint": "eslint --ext=js,mjs .",
		"postlint": "tsc && attw -P .",
		"pretest": "npm run lint",
		"test": "npm run tests-only",
		"tests-only": "nyc tape 'test/**/*.mjs'",
		"posttest": "npx npm@\">= 10.2\" audit --production"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/ljharb/json-file-plus.git"
	},
	"keywords": [
		"json",
		"json file",
		"formatting",
		"read",
		"write",
		"promise"
	],
	"dependencies": {
		"node.extend": "^2.0.3"
	},
	"devDependencies": {
		"@arethetypeswrong/cli": "^0.17.3",
		"@ljharb/eslint-config": "^21.1.1",
		"@ljharb/tsconfig": "^0.2.3",
		"@types/tape": "^5.8.1",
		"es-value-fixtures": "^1.7.1",
		"eslint": "=8.8.0",
		"evalmd": "^0.0.19",
		"hasown": "^2.0.2",
		"npmignore": "^0.3.1",
		"nyc": "^10.3.2",
		"safe-publish-latest": "^2.0.0",
		"tape": "^5.9.0",
		"typescript": "next"
	},
	"engines": {
		"node": "^16.20.2 || ^18.20.6 || ^20.18.3 || ^22.14.0 || >= 23.8"
	},
	"publishConfig": {
		"ignore": [
			".attw.json",
			".editorconfig",
			".eslintrc",
			".nycrc",
			".github/workflows",
			"appveyor.yml",
			"test",
			"tsconfig.json"
		]
	}
}
