baa-conductor


baa-conductor / packages / d1-client
im_wower  ·  2026-03-29

package.json

 1{
 2  "name": "@baa-conductor/d1-client",
 3  "private": true,
 4  "type": "module",
 5  "main": "dist/index.js",
 6  "types": "dist/index.d.ts",
 7  "scripts": {
 8    "build": "pnpm exec tsc -p tsconfig.json",
 9    "test": "pnpm run build && node --test src/index.test.js",
10    "typecheck": "pnpm exec tsc --noEmit -p tsconfig.json"
11  }
12}