Files
toml-action/package.json
2021-06-28 10:07:39 -04:00

18 lines
335 B
JSON

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