{ "name": "@rakazo/ui-tokens", "version": "0.1.0", "license": "Apache-2.0", "type": "module", "exports": { ".": "./src/index.ts", "./css": "./src/tokens.css" }, "scripts": { "check": "tsc --noEmit -p tsconfig.json", "test": "vitest run --passWithNoTests" }, "devDependencies": { "typescript": "^5.9.2", "vitest": "^4.1.10" } }