-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 729 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 729 Bytes
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
{
"name": "cli-styler.js",
"version": "1.0.1",
"main": "index.js",
"directories": {
"lib": "lib",
"utils": "utils",
"test": "test"
},
"scripts": {
"format": "prettier --config ~/.config/prettier/.prettierrc --write .",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Z3ROCH13F/cli-styler.js.git"
},
"keywords": [
"terminal",
"color",
"colors",
"rgb",
"cli",
"style",
"styler",
"termux",
"2024"
],
"author": "Haikal",
"license": "ISC",
"description": "Style your terminal.",
"bugs": {
"url": "https://github.com/Z3ROCH13F/cli-styler.js/issues"
},
"homepage": "https://github.com/Z3ROCH13F/cli-styler.js#readme.md",
"devDependencies": {}
}