11 lines
233 B
JSON
11 lines
233 B
JSON
|
{
|
||
|
"name": "github-actions-scripts",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Merge all sample.json files into one",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node index.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
}
|
||
|
}
|