UNPKG

clinntp

Version:
52 lines (51 loc) 1.2 kB
{ "name": "clinntp", "version": "0.0.13", "description": "A cli nntp news reader", "main": "./bin/index.js", "bin": { "clinntp": "./bin/index.js" }, "dependencies": { "chalk": "^3.0.0", "conf": "^6.2.0", "esm": "^3.2.25", "inquirer": "^7.0.0", "minimist": "^1.2.0", "newsie": "^1.1.0" }, "devDependencies": { "chai": "^4.2.0", "codecov": "^3.6.1", "eslint": "^6.7.2", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mocha": "^6.2.2", "mocha-sinon": "^2.1.0", "nyc": "^14.1.1", "sinon": "^7.5.0" }, "scripts": { "lint": "eslint bin/ src/ test/", "lintfix": "eslint bin/ src/ test/ --fix", "test": "mocha -r esm", "coverage": "nyc --all -- mocha -r esm", "covupload": "nyc --all --reporter lcovonly -- mocha -r esm && codecov" }, "repository": { "type": "git", "url": "https://github.com/quentin-dev/clinntp.git" }, "author": "sunbro", "license": "ISC", "keywords": [ "cli", "news", "nntp", "terminal", "epita" ] }