1 | {
|
2 | "name": "@adobe/leonardo-contrast-colors",
|
3 | "version": "1.0.0-alpha.14",
|
4 | "description": "Generate colors based on a desired contrast ratio",
|
5 | "repository": "git@github.com:adobe/leonardo.git",
|
6 | "main": "./index.js",
|
7 | "type": "module",
|
8 | "exports": {
|
9 | ".": {
|
10 | "default": "./index.js"
|
11 | }
|
12 | },
|
13 | "jest": {
|
14 | "moduleFileExtensions": [
|
15 | "js",
|
16 | "mjs",
|
17 | "cjs",
|
18 | "jsx",
|
19 | "ts",
|
20 | "tsx",
|
21 | "json",
|
22 | "node"
|
23 | ],
|
24 | "testMatch": [
|
25 | "**/__tests__/**/*.m[jt]s?(x)",
|
26 | "**/?(*.)+(spec|test).m[jt]s?(x)"
|
27 | ]
|
28 | },
|
29 | "scripts": {
|
30 | "dev": "NODE_OPTIONS=--experimental-vm-modules npx jest --watch",
|
31 | "test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
|
32 | },
|
33 | "author": "Nate Baldwin <nbaldwin@adobe.com>",
|
34 | "license": "Apache-2.0",
|
35 | "dependencies": {
|
36 | "chroma-js": "^2.4.2",
|
37 | "ciebase": "^0.1.1",
|
38 | "ciecam02": "^0.4.6",
|
39 | "hsluv": "^0.1.0"
|
40 | },
|
41 | "devDependencies": {
|
42 | "@babel/plugin-transform-modules-commonjs": "^7.18.6",
|
43 | "apca-w3": "^0.1.9",
|
44 | "colorparsley": "^0.1.8",
|
45 | "eslint": "^7.32.0",
|
46 | "eslint-config-airbnb-base": "^14.2.1",
|
47 | "eslint-plugin-import": "^2.23.4",
|
48 | "jest": "^26.6.3"
|
49 | },
|
50 | "publishConfig": {
|
51 | "access": "public"
|
52 | },
|
53 | "gitHead": "469ffb107d040a54ef41a15c926aeb58f9bae73f"
|
54 | }
|