-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 979 Bytes
/
package.json
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
{
"name": "blowfish-tools",
"version": "1.9.0",
"description": "CLI to initialize and configure a Blowfish project.",
"main": "cli.js",
"bin": {
"blowfish-tools": "cli.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nunocoracao/blowfish-tools.git"
},
"author": {
"name": "Nuno Coração",
"github": "https://github.com/nunocoracao",
"url": "https://n9o.xyz"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nunocoracao/blowfish-tools/issues"
},
"homepage": "https://blowfish.page",
"dependencies": {
"chalk": "^5.3.0",
"command-exists": "^1.2.9",
"commander": "^11.1.0",
"enquirer": "^2.4.1",
"ora": "^8.0.1",
"tcp-port-used": "^1.0.2",
"toml-patch": "^0.2.3"
}
}