23 lines
No EOL
431 B
JSON
Executable file
23 lines
No EOL
431 B
JSON
Executable file
{
|
|
"name": "@lilith/i18n-shared",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@lilith/service-registry": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1"
|
|
},
|
|
"files": [
|
|
"src"
|
|
]
|
|
} |