Skip to content

Commit

Permalink
add the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Rodriguez committed Feb 22, 2022
1 parent ed9609f commit 72891dc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/asff2hdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
# time: '1s'
- name: Convert ASFF
uses: em-c-rod/saf_action_test@master
with:
command_string: 'convert:asff2hdf -i sample/asff_sample.json -o asff_hdf.json'
# - name: Artifacts
# uses: actions/upload-artifact@v1
# if: success()
Expand Down
27 changes: 27 additions & 0 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "saf_action_test",
"version": "15.6.11",
"description": "GitHub Action for [SAF CLI](https://github.com/mitre/saf)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx ncc build ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/em-c-rod/saf_action_test.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/em-c-rod/saf_action_test/issues"
},
"homepage": "https://github.com/em-c-rod/saf_action_test#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@mitre/saf": "^1.0.5",
"@vercel/ncc": "^0.33.3",
"npx": "^10.2.2"
}
}

0 comments on commit 72891dc

Please sign in to comment.