{ "name": "@lilith/identifier-utils", "version": "1.0.0", "description": "Identifier types, normalization, and hashing utilities", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "lixbuild", "typecheck": "tsc --noEmit" }, "devDependencies": { "@lilith/lix-configs": "^1.0.1", "tsup": "^8.5.1", "typescript": "^5.9.3" } }