{ "name": "@lilith/age-verification", "version": "1.0.0", "private": true, "type": "module", "description": "Age verification types and utilities for the Lilith platform", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "build": "lixbuild", "test": "lixtest --passWithNoTests", "lint": "eslint . --ext ts,tsx" }, "devDependencies": { "@lilith/lix-configs": "^1.0.0", "@types/node": "^20.19.30", "tsup": "^8.0.0", "typescript": "^5.9.3" } }