22 lines
491 B
JSON
Executable file
22 lines
491 B
JSON
Executable file
{
|
|
"name": "@lilith/validation",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/service-registry": "1.3.0-dev.1769368894",
|
|
"@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769368912",
|
|
"class-validator": "^0.14.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|