{
	"name": "auri",
	"version": "3.1.2",
	"description": "Organize package changes and releases",
	"type": "module",
	"files": [
		"dist",
		"CHANGELOG.md"
	],
	"bin": "./dist/index.js",
	"scripts": {
		"build": "shx rm -rf ./dist/* && tsc",
		"auri": "node ./dist/index.js",
		"format": "prettier -w .",
		"test": "vitest run --sequence.concurrent"
	},
	"keywords": [
		"npm",
		"changesets"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/pilcrowonpaper/auri.git",
		"directory": "/"
	},
	"author": "pilcrowOnPaper",
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^18.14.4",
		"prettier": "^2.8.3",
		"shx": "^0.3.4",
		"typescript": "^4.9.4",
		"vitest": "^2.1.8"
	},
	"dependencies": {
		"dotenv": "^16.0.3"
	}
}
