UNPKG

color-combos

Version:

Get accessibility information about colour combinations

91 lines (90 loc) 2.37 kB
{ "name": "color-combos", "version": "1.1.0", "description": "Get accessibility information about colour combinations", "entry": "src/index.ts", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "yarn clean && yarn compile", "build:dev": "yarn clean && yarn compile:dev", "bundlesize": "bundlesize", "clean": "rm -rf ./dist", "compile": "yarn tsup src/index.ts --dts --format esm,cjs --env.NODE_ENV production", "compile:dev": "yarn tsup src/index.ts --dts --format esm,cjs --env.NODE_ENV development", "eslint": "eslint --ext .tsx,.ts,.js ./src", "prettier": "prettier --list-different '**/*.{ts,tsx,js}'", "prettier-clean": "prettier --write '**/*.{ts,tsx,js}'", "test": "jest", "semantic-release": "semantic-release", "_postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable" }, "repository": { "type": "git", "url": "https://github.com/SiTaggart/color-combos.git" }, "keywords": [ "accessibility", "color", "a11y" ], "author": "sitaggart", "license": "MIT", "bugs": { "url": "https://github.com/SiTaggart/color-combos/issues" }, "homepage": "https://github.com/SiTaggart/color-combos#readme", "dependencies": { "color": "4.2.3", "lodash.uniq": "4.5.0" }, "devDependencies": { "@sitaggart/eslint-config-ts": "0.6.25", "@sitaggart/prettier-config": "0.3.24", "@swc/core": "1.3.20", "@types/color": "3.0.3", "@types/eslint": "8.4.10", "@types/jest": "29.2.3", "@types/lodash": "4.14.190", "@types/lodash.uniq": "4.5.7", "@types/node": "18.11.9", "bundlesize": "0.18.1", "eslint": "8.28.0", "husky": "8.0.2", "jest": "29.3.1", "pinst": "3.0.0", "precise-commits": "1.0.2", "prettier": "2.8.0", "semantic-release": "19.0.5", "ts-jest": "29.0.3", "ts-node": "10.9.1", "tsup": "6.5.0", "typescript": "4.9.3" }, "resolutions": { "npm/chalk": "^4.1.2" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" }, "bundlesize": [ { "path": "./dist/*.js", "maxSize": "11 kB" } ], "release": { "branches": [ "main" ] }, "packageManager": "yarn@3.3.0" }