-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
{
"name": "style-forge.colors",
"version": "2025.5.18",
"description": "Style-Forge Colors: atomic HSL-based color palette generator and CSS module for scalable design systems.",
"type": "module",
"bin": {
"style-forge.colors": "./main.js",
"sf.colors": "./main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Style-Forge/colors.git"
},
"author": "Dmitrii Sagalov <sarmaged@gmail.com>",
"license": "MIT",
"keywords": [
"style-forge",
"colors",
"color-palettes",
"theme",
"hsl",
"css-generator",
"frontend-development",
"design-system",
"atomic-css",
"cli",
"web-design",
"ui"
],
"dependencies": {
"chalk": "^5.4.1",
"inquirer": "^12.6.1",
"json-stringify-pretty-compact": "^4.0.0"
},
"bugs": {
"url": "https://github.com/Style-Forge/colors/issues"
},
"homepage": "https://style-forge.github.io/colors/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"prettier": "2.8.8"
}
}