UNPKG

@weme-ui/colors

Version:
67 lines 1.54 kB
{ "name": "@weme-ui/colors", "type": "module", "version": "0.0.1", "description": "Weme UI - Colors", "author": "Allen Luo <luoyi@mouji.net>", "license": "MIT", "homepage": "https://github.com/weme-ui/weme-ui#readme", "repository": { "type": "git", "url": "git+https://github.com/weme-ui/weme-ui.git", "directory": "packages/colors" }, "bugs": { "url": "https://github.com/weme-ui/weme-ui/issues" }, "keywords": [ "weme-ui", "weme-ui-colors", "radix-colors", "radix-colors-generator" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "peerDependencies": { "@radix-ui/colors": "^3.0.0", "bezier-easing": "^2.1.0", "colorjs.io": "^0.5.2" }, "devDependencies": { "@radix-ui/colors": "^3.0.0", "@types/node": "24.0.15", "bezier-easing": "^2.1.0", "bumpp": "10.2.0", "colorjs.io": "^0.5.2", "tsdown": "0.12.9", "typescript": "5.8.3", "vitest": "3.2.4" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "dev:prepare": "pnpm run build", "release": "bumpp --commit --push --no-tag && pnpm publish --no-git-checks --access public", "test": "vitest", "typecheck": "tsgo --noEmit" } }