im_wower
·
2026-04-02
package.json
1{
2 "name": "@baa-conductor/auth",
3 "private": true,
4 "type": "module",
5 "main": "dist/index.js",
6 "exports": {
7 ".": "./dist/index.js"
8 },
9 "types": "dist/index.d.ts",
10 "scripts": {
11 "build": "pnpm exec tsc -p tsconfig.json",
12 "typecheck": "pnpm exec tsc --noEmit -p tsconfig.json"
13 }
14}