{ "name": "@saas/shared", "version": "1.0.0", "private": true, "type": "module", "main": "dist/index.js", "types": "src/index.ts", "exports": { ".": { "types": "./src/index.ts", "default": "./dist/index.js" } }, "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit" } }