Files
embed-markdown/package.json
Yusuf Ali acf969be1e
Some checks failed
Unit Tests / unittest (push) Failing after 44s
feat: initial example
2026-01-09 23:29:25 +00:00

17 lines
318 B
JSON

{
"name": "actions-automation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "2.0.1",
"@actions/github": "6.0.1"
}
}