UNPKG

color-delta-e

Version:

![npm](https://img.shields.io/npm/v/color-delta-e?color=crimson&label=latest&logo=npm&style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/min/color-delta-e?logo=npm&label=min&style=flat-square) ![npm bundle size](https://img.shields.

75 lines (74 loc) 1.66 kB
{ "name": "color-delta-e", "type": "module", "version": "1.3.0", "packageManager": "pnpm@7.9.0", "description": "", "author": "Sepp Wikramaratna-Clarke <https://github.com/Phl3bas>", "license": "MIT", "homepage": "https://github.com/Phl3bas/color-delta-e#readme", "repository": { "type": "git", "url": "git+https://github.com/Phl3bas/color-delta-e.git" }, "bugs": "https://github.com/Phl3bas/color-delta-e/issues", "keywords": [ "delta-e", "deltae", "diff", "color", "colour", "color-diff", "color-diffing" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "prepublishOnly": "nr build", "release": "bumpp && npm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "yewtils": "^0.1.1" }, "devDependencies": { "@antfu/eslint-config": "^0.26.1", "@antfu/ni": "^0.17.2", "@antfu/utils": "^0.5.2", "@types/node": "^18.7.5", "bumpp": "^8.2.1", "eslint": "^8.22.0", "esno": "^0.16.3", "pnpm": "^7.9.0", "rimraf": "^3.0.2", "typescript": "^4.7.4", "unbuild": "^0.8.8", "vite": "^3.0.7", "vitest": "^0.22.0" } }