mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 23:05:48 +00:00
Former-commit-id: 681379a5c7c1473be80860d4cc5dfe99cee8b217 [formerly 7781394c40cdd5a347b101758ebf6cbad4560e92] [formerly 7969a2d643439d07c7e1507d3b918f356cb64cb6 [formerly ff17f56ce88cc35f6bfcaa580086ce80d446074b]] Former-commit-id: 718f6a8211332ffe3c31aa2c35abd13017ad2106 [formerly 8f3d64eb5269a8b18c6252d559dd5ae3fb775713] Former-commit-id: c1c22bae7e1d11b6a8034aece1761d9dcaa17e8c
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"name": "shared",
|
|
"version": "0.0.1",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |