2 "name": "@proton/colors",
3 "description": "Package containing the logic for Proton's design system color computations",
5 "build": "webpack-cli",
7 "generate": "ts-node --skipProject gen-themes-cli",
8 "lint": "eslint . --ext ts --quiet --cache",
9 "test": "NODE_OPTIONS=--experimental-vm-modules jest",
10 "test:ci": "NODE_OPTIONS=--experimental-vm-modules jest --coverage --runInBand --ci",
11 "test:watch": "jest --watch"
14 "@types/node": "^22.10.1",
17 "tinycolor2": "^1.6.0"
20 "@proton/eslint-config-proton": "workspace:^",
21 "@types/css-tree": "^2.3.9",
22 "@types/jest": "^29.5.14",
23 "@types/tinycolor2": "^1.4.6",
27 "ts-loader": "^9.5.1",
29 "typescript": "^5.7.2",
31 "webpack-cli": "^5.1.4"