UNPKG

multicolors-converter

Version:

A very simple tool to convert colors into differents formats

43 lines (42 loc) 874 B
{ "name": "multicolors-converter", "version": "1.1.1", "main": "dist/index.cjs.js", "type": "module", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "tsc --watch", "build": "rollup -c", "test": "npx jest" }, "keywords": [ "colors", "ral", "rgb", "hex", "color", "converter", "typescript", "rollup", "tslib" ], "author": "anthowd", "license": "ISC", "description": "A very simple tool to convert colors into differents formats", "dependencies": { "@types/jest": "^30.0.0" }, "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "rollup": "^4.46.2", "ts-jest": "^29.4.1", "tslib": "^2.8.1", "typescript": "^5.9.2" } }