UNPKG

@tabuckner/random-contrast-compliant-ts

Version:

This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).

55 lines (54 loc) 1.05 kB
{ "name": "@tabuckner/random-contrast-compliant-ts", "version": "0.1.3", "license": "MIT", "author": "Taylor Buckner", "main": "dist/index.js", "module": "dist/random-contrast-compliant-ts.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "WCAG", "contrast", "MDC-Web", "compliance", "random", "colors", "contrasting", "AA", "AAA", "function" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@types/jest": "^24.0.19", "@types/parse-color": "^1.0.0", "husky": "^3.0.9", "rollup-plugin-dts": "^1.1.10", "tsdx": "0.11.x", "tslib": "^1.10.0", "typescript": "^3.6.4" }, "dependencies": { "parse-color": "^1.0.0" } }