mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
Creating action.yml.
Not doing much just yet.
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "push-adyen-collections-to-postman-javascript-action",
|
||||
"version": "1.0.0",
|
||||
"description": "This action will push the Adyen collections to Postman.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user