-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 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
49
50
{
"name": "@vlrmprjct/billomat-cli",
"version": "0.2.3",
"description": "(Unofficial) Billomat CLI",
"author": "Thomas Meschke <thomas.meschke@aifinyo.de>",
"license": "MIT",
"repository": "https://github.com/vlrmprjct/billomat.cli",
"keywords": [
"billomat",
"cli",
"commandline",
"commandline interface",
"interface",
"terminal",
"terminalapp",
"console",
"nodejs",
"node",
"shell",
"bash",
"zsh"
],
"main": "cli.js",
"bin": {
"clib": "./cli.js"
},
"files": [
"*/**/*",
"!.*",
"!doc"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"dependencies": {
"add": "2.0.6",
"boxen": "^7.0.2",
"cli-spinners": "^2.8.0",
"esm-path": "1.0.1",
"log-update": "^5.0.1",
"node-fetch": "^3.3.1",
"prompt-sync": "^4.2.0",
"tty-table": "^4.2.1"
},
"engines": {
"node": ">=18.15.0",
"npm": "~9.5.0"
}
}