{ "name": "purrkit", "private": true, "license": "EUPL-1.2", "author": { "name": "apr", "email": "apr@vt3e.cat", "url": "https://vt3e.cat/" }, "workspaces": [ "pkgs/*" ], "type": "module", "module": "src/index.ts", "scripts": { "fmt": "bunx oxfmt fmt src tests", "lint": "bunx oxlint lint src tests" }, "devDependencies": { "@types/bun": "latest", "oxfmt": "^0.53.0", "oxlint": "^1.68.0" }, "peerDependencies": { "typescript": "^5" } }