{
	"bugs": {
		"url": "https://github.com/skyblock-finance/skyblock-finance-opensource/issues"
	},
	"dependencies": {
		"zod": "^3.25.67"
	},
	"devDependencies": {
		"@types/bun": "latest",
		"json-stable-stringify": "^1.3.0"
	},
	"files": [
		"data",
		"dist",
		"source"
	],
	"keywords": [
		"hypixel-skyblock",
		"hypixel",
		"skyblock-finance"
	],
	"license": "MIT",
	"main": "dist/index.js",
	"name": "@skyblock-finance/actions",
	"peerDependencies": {
		"typescript": "^5.5"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/skyblock-finance/skyblock-finance-opensource.git"
	},
	"scripts": {
		"build": "rm -rf dist && tsc --build",
		"check:arethetypeswrong": "bun run attw --pack .",
		"check:eslint": "bun run eslint --max-warnings=0 .",
		"check:prettier": "bun --bun run --cwd ../.. prettier --check packages/actions",
		"check:publint": "bun --bun run publint",
		"fix:eslint": "bun run check:eslint --fix",
		"fix:prettier": "bun --bun run check:prettier --write",
		"publish-package": "npm publish --access public --provenance",
		"test": "bun test"
	},
	"sideEffects": false,
	"type": "commonjs",
	"types": "dist/index.d.ts",
	"version": "0.14.0"
}
