-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.59 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "advanced-color-utils",
"version": "1.0.2",
"description": "Unleash the full potential of color manipulation with the ColorUtils library! Designed for developers who need precise control over color processing",
"main": "dist/ColorUtils.js",
"types": "dist/ColorUtils.d.ts",
"scripts": {
"start": "ts-node -r tsconfig-paths/register src/index.ts",
"test": "jest --no-cache --runInBand",
"test:cov": "jest --coverage --no-cache --runInBand",
"addscope": "node tools/packagejson name @aminekun90/advanced-color-utils",
"build": "tsc"
},
"author": "aminekun90",
"license": "MIT",
"engines": {
"npm": ">=9.8.1",
"node": ">=18.18.2"
},
"dependencies": {
"chroma-js": "^2.4.2",
"color-diff": "^1.4.0",
"tslog": "^4.9.3"
},
"devDependencies": {
"typescript": "^5.5.4",
"ts-node": "^10.9.2",
"@types/node": "^20.14.12",
"@types/chroma-js": "^2.4.4",
"@types/color-diff": "^1.2.5",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.2.3",
"ts-loader": "^9.4.2",
"tsconfig-paths": "^4.2.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminekun90/advanced-color-utils.git"
},
"files": [
"dist"
],
"keywords": [
"color",
"library",
"chroma",
"chroma-js",
"manipulation",
"color-utils",
"color-diff"
],
"bugs": {
"url": "https://github.com/aminekun90/advanced-color-utils/issues"
},
"homepage": "https://github.com/aminekun90/advanced-color-utils#readme"
}