-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (46 loc) · 1017 Bytes
/
package.json
File metadata and controls
47 lines (46 loc) · 1017 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
38
39
40
41
42
43
44
45
46
47
{
"name": "turbotask",
"version": "0.2.20",
"description": "A command-line tool that Makes Handling files quick and easy.",
"main": "index.js",
"author": "Fabian",
"license": "ISC",
"bin": {
"turbotask": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fector101/TurboTask.git"
},
"keywords": [
"TurboTask",
"task-automation",
"CLI-tool",
"command-line",
"CSS-minifier",
"CSS-optimizer",
"remove-whitespace",
"file-utilities",
"developer-tools",
"file-handling",
"javascript",
"nodejs",
"productivity",
"automation"
],
"bugs": {
"url": "https://github.com/Fector101/TurboTask/issues"
},
"homepage": "https://github.com/Fector101/TurboTask#readme",
"dependencies": {
"ansi-colors": "^4.1.3",
"cli-progress": "^3.12.0",
"commander": "^12.1.0"
},
"funding": [
{
"type": "individual",
"url": "https://www.buymeacoffee.com/Fector101"
}
]
}