{ "name": "@endeavorance/prequel", "version": "2.3.2", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "bun run ./build.ts", "clean": "rm -rf dist", "fmt": "biome check --fix" }, "keywords": [], "author": "Endeavorance (https://endeavorance.camp)", "license": "CC BY-NC-SA 4.0", "files": [ "dist" ], "type": "module", "devDependencies": { "@types/bun": "latest", "bun-plugin-dts": "^0.2.3" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@biomejs/biome": "^1.9.4" } }