mirror of
https://github.com/googleapis/release-please-action.git
synced 2026-03-25 21:53:10 +00:00
42 lines
984 B
JSON
42 lines
984 B
JSON
{
|
|
"name": "release-please-action",
|
|
"private": true,
|
|
"version": "2.20.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 <bencoe@gmail.com>",
|
|
"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": "^11.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.27.0",
|
|
"c8": "^7.5.0",
|
|
"mocha": "^8.2.1",
|
|
"sinon": "^9.2.4",
|
|
"standard": "^16.0.3"
|
|
},
|
|
"standard": {
|
|
"ignore": "dist/"
|
|
}
|
|
}
|