Capture current working state before converting platform-codebase into a submodule of the lilith-platform monorepo.
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"name": "@lilith/share-shared",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|