2020-05-09 14:55:31 -07:00
|
|
|
{
|
|
|
|
|
"name": "release-please-action",
|
|
|
|
|
"private": true,
|
2023-11-06 16:23:28 -05:00
|
|
|
"version": "3.7.13",
|
2020-05-09 14:55:31 -07:00
|
|
|
"description": "automated releases based on conventional commits",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2023-10-02 12:47:35 -07:00
|
|
|
"test": "c8 mocha --node-option no-experimental-fetch test/*.js",
|
2020-11-25 14:10:46 -05:00
|
|
|
"posttest": "standard",
|
2020-05-09 14:55:31 -07:00
|
|
|
"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": {
|
2022-10-26 10:33:39 -06:00
|
|
|
"@actions/core": "^1.10.0",
|
2023-11-01 17:20:32 -07:00
|
|
|
"release-please": "^15.13.0"
|
2020-05-09 14:55:31 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-11-01 19:05:01 +01:00
|
|
|
"@vercel/ncc": "^0.38.0",
|
2021-02-12 16:55:35 -06:00
|
|
|
"c8": "^7.5.0",
|
2022-01-22 18:32:50 +00:00
|
|
|
"mocha": "^9.1.4",
|
2021-12-29 19:54:42 +00:00
|
|
|
"nock": "^13.2.1",
|
2021-02-12 16:55:35 -06:00
|
|
|
"sinon": "^9.2.4",
|
2021-12-29 19:54:42 +00:00
|
|
|
"standard": "^16.0.4"
|
2020-05-09 14:55:31 -07:00
|
|
|
},
|
|
|
|
|
"standard": {
|
|
|
|
|
"ignore": "dist/"
|
|
|
|
|
}
|
|
|
|
|
}
|