UNPKG

@release-notes/node

Version:

An easy to use, human readable and machine processable schema for release notes.

42 lines (41 loc) 990 B
{ "name": "@release-notes/node", "description": "An easy to use, human readable and machine processable schema for release notes.", "version": "0.3.0", "author": "Alrik Zachert <alrik.zachert@gmail.com>", "keywords": [ "release notes", "release-notes", "releasenotes", "release", "notes", "changelog" ], "homepage": "https://release-notes.com", "license": "MIT", "bugs": { "url": "https://github.com/release-notes/release-notes-node/issues" }, "repository": { "url": "https://github.com/release-notes/release-notes-node" }, "contributors": [ "Alrik Zachert <alrik.zachert@gmail.com>" ], "scripts": { "lint": "eslint ." }, "dependencies": { "ajv": "^5.5.2", "js-yaml": "^3.10.0", "@release-notes/schema": "^0.2.0" }, "devDependencies": { "@release-notes/eslint-config": "^1.0.0", "eslint": "^4.13.1", "eslint-plugin-import": "^2.8.0" }, "publishConfig": { "access": "public" } }