platform-codebase/features/truth-validation/shared/package.json

16 lines
289 B
JSON
Executable file

{
"name": "@lilith/truth-validation-shared",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"scripts": {
}
}