-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 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
{
"name": "fetching-hashnode-posts",
"version": "1.2.0",
"description": "Fetching your hashnode posts",
"main": "index.js",
"homepage": "https://github.com/Bawanthathilan/get-hashnode-articles",
"repository": {
"type": "git",
"url": "https://github.com/Bawanthathilan/get-hashnode-articles"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"bump-version": "yarn --cwd ./node_modules/automatic-versioning/ run bump-version --name=fetching-hashnode-posts"
},
"keywords": [
"Hashnode",
"Posts",
"npm",
"node"
],
"author": "Bawantha Thilan <bawantharathnayaka@gmail.com>",
"license": "ISC",
"dependencies": {
"automatic-versioning": "^1.4.9",
"node-fetch": "^2.6.1"
}
}