color-delta-e
Version:
   • 1.66 kB
JSON
{
"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"
}
}