15 lines
313 B
JSON
15 lines
313 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/config",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"description": "Lilith platform runtime configuration (URLs, assets, features)",
|
||
|
|
"exports": {
|
||
|
|
".": "./src/index.ts",
|
||
|
|
"./platform": "./src/index.ts"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"typescript": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|