-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "root",
"version": "0.0.0",
"description": "Library for converting colour codes and manipulating relative luminance and contrast ratio",
"author": "Tomas Engebretsen",
"license": "MIT",
"keywords": [
"colour",
"color",
"contrast",
"contrast ratio",
"luminance",
"lightness",
"brightness",
"saturation",
"hue",
"chroma",
"chromator",
"colour conversion"
],
"homepage": "https://tomaseng.github.io/Chromator/",
"scripts": {
"lint:chromator": "npx eslint \"packages/chromator/src/**\"",
"lint:chromator:fix": "npx eslint \"packages/chromator/src/**\" --fix"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^1.6.2",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
}