-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (55 loc) · 1.21 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
{
"name": "@prjctimg/huetiful",
"version": "3.0.6",
"type": "module",
"main": "./build/huetiful.esm.js",
"browser": "./build/huetiful.min.js",
"jsdelivr": "./build/huetiful.min.js",
"types": "./build/index.d.ts",
"description": "TypeScript utility library for simple 🧮, fast ⏱️ and accessible ♿ color manipulation.",
"dependencies": {
"culori": "^4.0.1"
},
"devDependencies": {
"@types/bun": "^1.1.9",
"@types/culori": "^2.1.0",
"bun": "^1.1.34",
"tsup": "^8.2.4",
"typescript": "^5.0.2"
},
"files": [
"build",
"CHANGELOG.md",
"readme.md",
"contributing.md",
"license"
],
"repository": {
"type": "git",
"url": "git+https://github.com/prjctimg/huetiful.git"
},
"keywords": [
"color",
"stats",
"culori",
"palettes",
"generator",
"utilities",
"manipulation",
"typescript"
],
"author": "ディーン・タリサイ",
"email": "[email protected]",
"homepage": "https://huetiful-js.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/prjctimg/huetiful/issues"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"trustedDependencies": [
"@biomejs/biome"
]
}