mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
28 lines
898 B
JSON
28 lines
898 B
JSON
{
|
|
"name": "push-adyen-collections-to-postman-javascript-action",
|
|
"version": "0.1",
|
|
"description": "This action will push the Adyen collections to Postman.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"localRun": "node localRun.js",
|
|
"build": "ncc build index.js --license licenses.txt"
|
|
},
|
|
"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",
|
|
"@vercel/ncc": "^0.36.1"
|
|
}
|
|
}
|