{ "name": "@life-platform/shared", "version": "0.0.1", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "swc src -d dist --strip-leading-paths && tsc", "typecheck": "tsc --noEmit", "dev": "tsc --watch" }, "devDependencies": { "@swc/cli": "^0.6.0", "@swc/core": "^1.10.0", "typescript": "^5.0.0" } }