-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "random-advice-workflow",
"version": "1.1.0",
"description": "A robust GitHub workflow script to inject random advice or quotes into your README with fallbacks and logging.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ashutoshkrris/random-advice-workflow.git"
},
"keywords": [
"advice",
"quotes",
"workflow",
"readme",
"automation",
"github-action"
],
"author": "Ashutosh Krishna",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ashutoshkrris/random-advice-workflow/issues"
},
"homepage": "https://github.com/ashutoshkrris/random-advice-workflow#readme"
}