|
1 | 1 | {
|
2 |
| - "name": "action-hashnode-blog", |
3 |
| - "version": "1.0.0", |
4 |
| - "funding": "https://sva.onl/sponsor", |
5 |
| - "description": " Fetch & Display Your Hashnode blog posts. ", |
6 |
| - "scripts": { |
7 |
| - "prepare": "ncc build ./src/index.js -o dist --source-map --license licenses.txt" |
8 |
| - }, |
9 |
| - "repository": { |
10 |
| - "type": "git", |
11 |
| - "url": "git+https://github.com/varunsridharan/action-hashnode-blog.git" |
12 |
| - }, |
13 |
| - "devDependencies": { |
14 |
| - "@actions/core": "^1.2.5", |
15 |
| - "@vercel/ncc": "^0.24.1", |
16 |
| - "gist-box": "^0.3.1" |
17 |
| - }, |
18 |
| - "author": "Varun Sridharan <varunsridharan23@gmail.com> (https://varunsridharan.in)", |
19 |
| - "license": "MIT", |
20 |
| - "bugs": { |
21 |
| - "url": "https://github.com/varunsridharan/action-hashnode-blog/issues" |
22 |
| - }, |
23 |
| - "homepage": "https://github.com/varunsridharan/action-hashnode-blog#readme" |
| 2 | + "name": "action-hashnode-blog", |
| 3 | + "version": "1.0.0", |
| 4 | + "funding": "https://sva.onl/sponsor", |
| 5 | + "description": " Fetch & Display Your Hashnode blog posts. ", |
| 6 | + "engines": { |
| 7 | + "node": "16.16.0" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "prepare": "ncc build ./src/index.js -o dist --source-map --license licenses.txt" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/varunsridharan/action-hashnode-blog.git" |
| 15 | + }, |
| 16 | + "devDependencies": { |
| 17 | + "@actions/core": "^1.2.5", |
| 18 | + "@vercel/ncc": "^0.24.1", |
| 19 | + "gist-box": "^0.3.1" |
| 20 | + }, |
| 21 | + "author": "Varun Sridharan <varunsridharan23@gmail.com> (https://varunsridharan.in)", |
| 22 | + "license": "MIT", |
| 23 | + "bugs": { |
| 24 | + "url": "https://github.com/varunsridharan/action-hashnode-blog/issues" |
| 25 | + }, |
| 26 | + "homepage": "https://github.com/varunsridharan/action-hashnode-blog#readme" |
24 | 27 | }
|
0 commit comments