UNPKG

@rr0/case

Version:
42 lines (41 loc) 954 B
{ "name": "@rr0/case", "type": "module", "author": "Jérôme Beau <rr0@rr0.org> (https://rr0.org)", "version": "0.1.3", "description": "RR0 Case API", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "engines": { "node": ">=20" }, "license": "MIT", "homepage": "https://github.com/RR0/case#readme", "repository": { "type": "git", "url": "git+https://github.com/RR0/case.git" }, "files": [ "dist" ], "scripts": { "prebuild": "npm install", "build": "vite build --mode production && npm run types", "test": "node --test lib", "types": "npx --yes tsc --skipLibCheck --declaration --allowJs --emitDeclarationOnly --outDir dist", "prepublishOnly": "npm run test && npm run build" }, "devDependencies": { "vite": "^6.3.5", "typescript": "^5.8.3" }, "keywords": [ "rr0", "ufo", "case", "people" ], "publishConfig": { "access": "public" } }