im_wower
·
2026-03-28
package.json
1{
2 "name": "@baa-conductor/artifact-db",
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}