-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 961 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
{
"name": "@is-cool.me/cli",
"version": "1.1.6",
"description": "Register a free subdomain with is-cool-me using your command line.",
"main": "src/index.js",
"bin": {
"ic": "src/index.js",
"is-cool-me": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/is-cool-me/cli.git"
},
"keywords": [
"cli",
"domains",
"easy",
"is-cool-me"
],
"author": "Light Hosting <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/is-cool-me/cli/issues"
},
"homepage": "https://npmjs.com/@is-cool.me/cli",
"dependencies": {
"@octokit/auth-oauth-device": "^6.0.1",
"@octokit/core": "^5.0.1",
"axios": "^1.6.1",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-welcome": "^2.2.2",
"conf": "^10.2.0",
"js-base64": "^3.7.5",
"meow": "^9.0.0",
"node-fetch": "^2.7.0",
"prompts": "^2.4.2"
}
}