FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nodejs-cli/package.json at master · Devimal/nodejs-cli · GitHub
Devimal
/
nodejs-cli
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
nodejs-cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 796 Bytes
Breadcrumbs
nodejs-cli
/
package.json
Copy path
File metadata and controls
34 lines (34 loc) · 796 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
devimal-cli
"
,
"version"
:
"
1.0.1
"
,
"description"
:
"
This a companion project for a https://devimalplanet.com post.
"
,
"main"
:
"
index.js
"
,
"bin"
: {
"devimal-cli"
:
"
./index.js
"
,
"devimal-joy"
:
"
./joy.js
"
},
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/Devimal/basic-cli.git
"
},
"keywords"
: [],
"author"
:
"
"
,
"license"
:
"
ISC
"
,
"bugs"
: {
"url"
:
"
https://github.com/Devimal/basic-cli/issues
"
},
"homepage"
:
"
https://github.com/Devimal/basic-cli#readme
"
,
"devDependencies"
: {
"eslint"
:
"
^6.6.0
"
},
"dependencies"
: {
"commander"
:
"
^3.0.2
"
,
"figlet"
:
"
^1.2.4
"
,
"inquirer"
:
"
^7.0.0
"
,
"open"
:
"
^7.0.0
"
,
"ora"
:
"
^4.0.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL