{ "name": "name-placeholder", "version": "0.1.0", "type": "module", "bin": { "name-placeholder": "./dist/index.mjs" }, "dependencies": { "@stricli/core": "^1.2.5", "dax": "^0.45.0", "typescript": "^5.9.3" }, "devDependencies": { "@biomejs/biome": "^2.4.3", "@types/node": "^25.2.3", "tsdown": "^0.20.3" }, "scripts": { "build": "npx tsdown src/index.ts --format esm --clean", "check": "npx tsc --noEmit && npx @biomejs/biome check ." } }