life-shared/package.json
2026-03-17 22:10:45 -07:00

21 lines
457 B
JSON

{
"name": "@life/life-shared",
"version": "1.0.0",
"description": "Shared types, enums, and DTOs for life-platform and life-ai projects",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.3.0"
}
}