UNPKG

@toast-ui/release-notes

Version:
46 lines (45 loc) 990 B
{ "name": "@toast-ui/release-notes", "version": "2.0.1", "description": "TOAST UI Tools: ReleaseNotes", "files": [ "bin", "src" ], "scripts": { "test": "jasmine-node test/", "eslint": "eslint ./src ./test", "note": "bin/tui-note.js" }, "bin": { "tui-note": "./bin/tui-note.js" }, "repository": { "type": "git", "url": "https://github.com/nhn/toast-ui.release-notes.git" }, "keywords": [ "nhn", "toastui", "toast-ui", "tui", "git release note", "release note" ], "author": "NHN FE Development Lab <dl_javascript@nhn.com>", "license": "MIT", "dependencies": { "github-api": "^3.3.0", "minimist": "^1.2.0" }, "devDependencies": { "eslint": "^6.6.0", "eslint-config-prettier": "^6.5.0", "eslint-config-tui": "^3.0.0", "eslint-plugin-prettier": "^3.1.1", "jasmine-core": "2.5.2", "jasmine-jquery": "^2.0.5", "jasmine-node": "^1.14.5", "prettier": "^1.18.2" } }