generated from varunsridharan/.template
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
27 lines (27 loc) · 789 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
{
"name": "action-hashnode-blog",
"version": "1.0.0",
"funding": "https://sva.onl/sponsor",
"description": " Fetch & Display Your Hashnode blog posts. ",
"engines": {
"node": "16.16.0"
},
"scripts": {
"prepare": "ncc build ./src/index.js -o dist --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varunsridharan/action-hashnode-blog.git"
},
"devDependencies": {
"@actions/core": "^1.2.5",
"@vercel/ncc": "^0.24.1",
"gist-box": "^0.3.1"
},
"author": "Varun Sridharan <varunsridharan23@gmail.com> (https://varunsridharan.in)",
"license": "MIT",
"bugs": {
"url": "https://github.com/varunsridharan/action-hashnode-blog/issues"
},
"homepage": "https://github.com/varunsridharan/action-hashnode-blog#readme"
}