{ "name": "release-please-action", "private": true, "version": "2.16.0", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": { "test": "c8 mocha test/*.js", "posttest": "standard", "fix": "standard --fix", "build": "ncc build index.js" }, "repository": { "type": "git", "url": "git+https://github.com/bcoe/release-please-action.git" }, "keywords": [ "release-please", "action" ], "author": "Ben Coe ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/bcoe/release-please-action/issues" }, "homepage": "https://github.com/bcoe/release-please-action#readme", "dependencies": { "@actions/core": "^1.2.6", "release-please": "^9.3.0" }, "devDependencies": { "@zeit/ncc": "^0.22.3", "c8": "^7.3.5", "mocha": "^8.2.1", "sinon": "^9.2.1", "standard": "^14.3.4" }, "standard": { "ignore": "dist/" } }