UNPKG

pt.md

Version:

Library for working with https://pt.md

57 lines (56 loc) 1.34 kB
{ "name": "pt.md", "version": "1.0.1", "description": "Library for working with https://pt.md", "main": "src/index.js", "bin": { "pt.md": "cli/index.js" }, "scripts": { "test": "$(npm bin)/mocha test --timeout 99999 --ui tdd --slow 1500", "lint": "$(npm bin)/eslint src/ --fix" }, "repository": { "type": "git", "url": "git+https://github.com/AlexanderC/pt.md.git" }, "keywords": [ "pt.md", "post", "terminal", "moldova", "posta", "tracking" ], "author": "AlexanderC <alexander.moldova@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/AlexanderC/pt.md/issues" }, "homepage": "https://github.com/AlexanderC/pt.md#readme", "devDependencies": { "chai": "^4.2.0", "eslint": "^5.9.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-mocha": "^5.2.0", "mocha": "^5.2.0" }, "dependencies": { "axios": "^0.18.1", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.2", "configstore": "^4.0.0", "cookie": "^0.3.1", "debug": "^4.1.0", "deepmerge": "^2.2.1", "enquirer": "^2.3.0", "fs-extra": "^7.0.1", "open": "^7.0.0", "opn": "^5.4.0", "qs": "^6.6.0", "tempfile": "^2.0.0", "terminal-table": "0.0.12", "yargs": "^12.0.5" } }