azawakh/twsh

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "twsh",
  "version": "1.0.2",
  "description": "While developing, you can post (and read) tweet.",
  "bin": {
    "twsh": "./lib/routes/index.js"
  },
  "scripts": {
    "build": "tsc -p .",
    "eslint": "eslint **/*.ts",
    "test": "jest"
  },
  "repository": {
    "type": "git"
  },
  "keywords": [
    "twitter",
    "cli"
  ],
  "files": [
    "lib"
  ],
  "author": "hagevvashi <hagevvashi@gmail.com> (https://github.com/hagevvashi)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/azawakh/twsh/issue"
  },
  "homepage": "https://github.com/azawakh/twsh",
  "dependencies": {
    "commander": "2.20.3",
    "inquirer": "6.2.2",
    "node-localstorage": "1.3.1",
    "oauth": "0.9.15"
  },
  "devDependencies": {
    "@types/inquirer": "6.0.0",
    "@types/jest": "24.9.1",
    "@types/node": "11.15.7",
    "@types/node-localstorage": "1.3.0",
    "@types/oauth": "0.9.1",
    "@typescript-eslint/eslint-plugin": "1.13.0",
    "eslint": "5.16.0",
    "eslint-config-airbnb-base": "13.2.0",
    "eslint-config-prettier": "6.10.0",
    "eslint-import-resolver-node": "0.3.2",
    "eslint-plugin-import": "2.20.1",
    "eslint-plugin-prettier": "3.1.2",
    "jest": "24.9.0",
    "prettier": "1.19.1",
    "tern": "0.24.3",
    "ts-jest": "24.3.0",
    "ts-node": "8.0.3",
    "typescript": "3.8.2"
  }
}