-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 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
{
"name": "@is-a-good-dev/cli",
"version": "1.0.10",
"description": "Register your own is-a-good.dev subdomain from your command line!",
"main": "src/index.js",
"bin": {
"iagd": "src/index.js",
"is-a-good-dev": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/is-a-good-dev/cli.git"
},
"keywords": [],
"author": "William Harrison <william@williamharrison.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/is-a-good-dev/cli/issues"
},
"homepage": "https://npmjs.com/@is-a-good-dev/cli",
"dependencies": {
"@octokit/auth-oauth-device": "^7.1.0",
"@octokit/core": "^6.1.4",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^4.0.0",
"cli-welcome": "^3.0.1",
"conf": "^13.0.1",
"js-base64": "^3.7.5",
"meow": "^9.0.0",
"node-fetch": "^2.7.0",
"prompts": "^2.4.2"
}
}