32 lines
798 B
JSON
Executable file
32 lines
798 B
JSON
Executable file
{
|
|
"name": "@lilith/age-verification",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Age verification types and utilities for the Lilith platform",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "lixb",
|
|
"test": "vitest run --passWithNoTests",
|
|
"lint": "eslint . --ext ts,tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/lix-configs": "^1.0.0",
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
|
"@types/node": "^20.19.30",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.17"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/service-registry": "^1.3.0"
|
|
}
|
|
}
|