life-manager/codebase/@packages/shared/package.json
Lilith 735f7a4943 deps-upgrade(deps): ⬆️ Update shared and app-specific dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-03 11:17:28 -08:00

24 lines
526 B
JSON

{
"name": "@life-manager/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"
}
}