{
	"name": "ax",
	"version": "0.8.1",
	"description": "Score any site's agent readiness and watch real AI agents navigate it — powered by ora",
	"type": "module",
	"packageManager": "pnpm@10.34.5",
	"bin": {
		"ax": "./dist/main.cjs"
	},
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		}
	},
	"main": "./dist/index.cjs",
	"types": "./dist/index.d.ts",
	"files": [
		"dist",
		".env.example"
	],
	"engines": {
		"node": ">=22.4.0"
	},
	"scripts": {
		"build": "rm -rf dist && tsup && tsc -p tsconfig.lib.json",
		"contract:gen": "node scripts/contract-gen.mjs",
		"smoke": "node scripts/smoke.mjs",
		"smoke:webmcp": "node scripts/smoke-webmcp.mjs",
		"verify:pack": "node scripts/verify-pack.mjs",
		"test": "vitest",
		"test:ci": "vitest run --coverage",
		"test:capture": "vitest run src/webmcp/capture.live.test.ts",
		"lint": "biome check .",
		"lint:fix": "biome check --write .",
		"typecheck": "tsc --noEmit",
		"prepublishOnly": "npm run build"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.5.7",
		"@commitlint/cli": "^21.2.2",
		"@commitlint/config-conventional": "^21.2.2",
		"@ora-ai/tunnel-protocol": "^0.2.0",
		"@types/node": "^26.2.0",
		"@vitest/coverage-v8": "^3",
		"citty": "^0.2.2",
		"openapi-typescript": "^6.7.6",
		"picocolors": "^1",
		"tsup": "^8",
		"typescript": "^7.0.2",
		"vitest": "^3"
	},
	"publishConfig": {
		"access": "public"
	},
	"pnpm": {
		"onlyBuiltDependencies": [
			"@biomejs/biome",
			"esbuild"
		],
		"overrides": {
			"undici@<6.28.0": "^6.28.0"
		}
	},
	"license": "MIT",
	"author": {
		"name": "Era AI Labs",
		"url": "https://ora.ai"
	},
	"homepage": "https://ora.ai/docs#cli",
	"bugs": "https://github.com/ora/ax/issues",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ora/ax.git"
	},
	"keywords": [
		"ai",
		"agents",
		"agent-readiness",
		"agent-experience",
		"llms.txt",
		"ora",
		"cli",
		"scan"
	]
}
