UNPKG

ludomir

Version:

CLI to maintain RELEASES.rst file per project.

62 lines (61 loc) 1.41 kB
{ "name": "ludomir", "version": "1.1.0", "description": "CLI to maintain RELEASES.rst file per project.", "homepage": "https://github.com/pbilka46/ludomir", "author": "patryk.bilka", "license": "ISC", "bugs": { "url" : "https://github.com/pbilka46/ludomir/issues", "email" : "patryk.bilka@gmail.com" }, "keywords": [ "history", "pyhi", "pyhistory", "ludo", "ludomir", "releases", "changelog" ], "files": [ "build" ], "main": "./build/index.js", "bin": { "ludo": "./build/index.js", "ludomir": "./build/index.js" }, "scripts": { "test": "jest", "lint": "tslint --project tsconfig.json", "build": "npm run lint && tsc", "local": "sudo npm i -g && ludo" }, "dependencies": { "bluebird": "^3.7.2", "chalk": "^4.1.0", "child_process": "^1.0.2", "clipboardy": "^2.3.0", "dayjs": "^1.10.4", "figlet": "^1.5.0", "line-reader": "^0.4.0", "minimist": "^1.2.5", "readline": "^1.3.0", "semver": "^7.3.5", "uuid": "^8.3.2" }, "devDependencies": { "@types/bluebird": "^3.5.33", "@types/chalk": "^2.2.0", "@types/line-reader": "0.0.33", "@types/minimist": "^1.2.1", "@types/node": "^14.14.41", "@types/semver": "^7.3.4", "@types/uuid": "^8.3.0", "jest": "^26.6.3", "ts-node": "^9.1.1", "tslint": "^6.1.3", "typescript": "^4.2.4" } }