aws-delivlib
Version:
A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.
22 lines (21 loc) • 436 B
JSON
{
"name": "github",
"version": "1.0.0",
"description": "",
"main": "parse-changelog.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"changelog-parser": "^2.8.1",
"octokit": "^2.0.19"
},
"devDependencies": {
"@types/changelog-parser": "^2.8.1",
"@types/node": "^14",
"typescript": "~4.9.4"
}
}