-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 749 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 749 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
34
35
{
"name": "hashnode-easy",
"version": "1.0.2",
"private": false,
"dependencies": {
"chalk": "^4.1.1",
"inquirer": "^8.1.1",
"marked": "^2.1.1",
"marked-terminal": "^4.1.1",
"node-fetch": "^2.6.1",
"vorpal": "^1.12.0"
},
"bin": {
"hnez": "index.js"
},
"repository": {
"url": "https://github.com/amaan-ahmad/hashnode-easy",
"type": "git"
},
"main": "index.js",
"author": {
"name": "Amaan Ahmad",
"email": "hello@amaan.codes"
},
"description": "Hashnode-easy is a CLI that enables you to read hashnode blogs right from your terminal.",
"keywords": [
"hashnode-easy",
"hashnode",
"blogs",
"developer-articles"
],
"scripts": {
"start": "node index.js"
}
}