mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"name": "@lifeforge/federation",
|
|
"version": "0.0.1",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"module": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@lifeforge/api": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.0"
|
|
}
|
|
}
|