{ "name": "@smart-review/shared", "version": "0.3.1", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch", "lint": "tsc -p tsconfig.json --noEmit", "test": "pnpm build && node --test tests/*.test.mjs", "typecheck": "tsc -p tsconfig.json --noEmit" }, "devDependencies": { "typescript": "^5.8.3" } }