@postman/yankee
Version:
Easy release management with YAML changelogs
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "@postman/yankee",
"version": "1.1.0",
"description": "Easy release management with YAML changelogs",
"author": "Postman Inc.",
"license": "MIT",
"main": "index.js",
"bin": "bin/yankee",
"homepage": "https://github.com/postmanlabs/yankee#readme",
"bugs": {
"url": "https://github.com/postmanlabs/yankee/issues",
"email": "help@postman.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postmanlabs/yankee.git"
},
"keywords": [
"changelog",
"release",
"yaml",
"automation",
"devops"
],
"scripts": {
"test": "eslint . && node test.js"
},
"dependencies": {
"array-includes": "^3.1.3",
"commander": "^7.2.0",
"date-format": "^3.0.0",
"isobject": "^4.0.0",
"js-yaml": "^4.1.0",
"object.omit": "^3.0.0",
"tiny-error": "^1.0.2"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mock-fs": "^4.14.0",
"proxyquire": "^2.1.3",
"tap-spec-integrated": "^1.0.1",
"tape": "^5.2.2",
"tape-catch": "^1.0.6",
"untab": "^1.0.1"
},
"files": [
"/**/*.js",
"!/test.js",
"/Readme.md",
"/License.md",
"/bin/"
],
"engines": {
"node": ">=10"
}
}