Add main/types fields and use .js extensions in imports for proper ESM module resolution. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"name": "@lilith/config",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Lilith platform runtime configuration (URLs, assets, features)",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./platform": "./src/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|