{
	"name": "okay-error",
	"version": "1.0.4",
	"author": "Henry Mao",
	"private": false,
	"description": "A small opinionated library to bring Rust-like results idiomatically to TypeScript.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/smithery-ai/okay-error.git"
	},
	"main": "dist/index.js",
	"types": "src/index.ts",
	"type": "module",
	"files": [
		"dist",
		"src"
	],
	"scripts": {
		"build": "tsc",
		"clean": "rm -rf dist",
		"prepublishOnly": "npm run clean && npm run build",
		"check": "biome check --write --unsafe",
		"test": "jest",
		"test:watch": "jest --watch"
	},
	"license": "MIT",
	"devDependencies": {
		"@biomejs/biome": "2.0.6",
		"@types/jest": "^29.5.1",
		"jest": "^30.0.4",
		"ts-jest": "^29.4.0",
		"ts-node": "^10.9.2",
		"typescript": "^5.0.4"
	}
}
