{
	"name": "salita",
	"bin": {
		"salita": "bin/salita.mjs"
	},
	"version": "2.0.0",
	"description": "Automatically upgrade all dependencies, devDependencies, and peerDependencies",
	"main": "index.js",
	"exports": {
		".": "./index.mjs",
		"./package.json": "./package.json"
	},
	"sideEffects": false,
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"pretest": "npm run --silent lint",
		"lint": "eslint .",
		"postlint": "tsc && attw -P",
		"test": "npm run tests-only",
		"tests-only": "tape 'test/**/*.js'",
		"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)\")\"",
		"dependencies": "node -p \"process.env.npm_command\" | npx \"dt-clean@^1.2.1\" --auto"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/tbranyen/salita.git"
	},
	"contributors": [
		"Tim Branyen (https://github.com/tbranyen)",
		"Jordan Harband <ljharb@gmail.com> (https://github.com/ljharb/)"
	],
	"dependencies": {
		"cli-table": "^0.3.11",
		"for-each": "^0.3.5",
		"json-file-plus": "^4.0.1",
		"pargs": "^1.4.2",
		"semver": "^7.8.5"
	},
	"devDependencies": {
		"@arethetypeswrong/cli": "^0.18.5",
		"@ljharb/eslint-config": "^22.2.3",
		"@ljharb/tsconfig": "^0.3.2",
		"@types/cli-table": "^0.3.4",
		"@types/node": "^26.1.1",
		"@types/semver": "^7.7.1",
		"auto-changelog": "^2.6.0",
		"eslint": "^10.7.0",
		"jiti": "^0.0.0",
		"npmignore": "^0.3.5",
		"tape": "^5.10.2",
		"typescript": "next"
	},
	"engines": {
		"node": "^24.18 || >= 26.5"
	},
	"author": "Tim Branyen (@tbranyen)",
	"license": "MIT",
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"publishConfig": {
		"ignore": [
			".attw.json",
			".eslintrc",
			".github/workflows",
			"test",
			"tsconfig.json"
		]
	}
}
