-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 885 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
{
"name": "@sapphirecode/tasks",
"version": "2.1.12",
"main": "dist/index.js",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"license": "MIT",
"scripts": {
"test": "node dist/tests/index.js",
"compile": "tsc",
"pretest": "tsc",
"posttest": "tsc --build --clean"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^26.1.1",
"typescript": "^7.0.2"
},
"dependencies": {
"chalk": "^5.6.2",
"debug": "^4.3.6"
},
"engines": {
"node": ">=11.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/TimoHocker/tasks.git"
},
"bugs": "https://github.com/TimoHocker/tasks/issues",
"description": "Progress displays for large amounts of tasks",
"keywords": [
"progress",
"tasks",
"sapphirecode"
],
"files": [
"LICENSE",
"/dist/"
]
}