{ "name": "push-adyen-collections-to-postman-javascript-action", "version": "0.1", "description": "This action will push the Adyen collections to Postman.", "main": "index.js", "type": "module", "scripts": { "test": "uvu tests", "local": "node localRun.js", "build": "ncc build index.js --license licenses.txt", "prepare": "husky install" }, "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", "dotenv": "^16.0.3" }, "devDependencies": { "husky": "^8.0.0", "uvu": "^0.5.6" } }