Files
push-adyen-collections-to-p…/package.json
2023-03-08 11:05:19 +01:00

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"
}
}