{
  "name": "meta-cli",
  "version": "1.1.1",
  "description": "Wrapper for the node.js require module to create command line interfaces",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mediatain/meta-cli.git"
  },
  "keywords": [
    "cli",
    "node",
    "readline"
  ],
  "author": "Mediatain <info@mediatain.com> (https://github.com/mediatain)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mediatain/meta-cli/issues"
  },
  "homepage": "https://github.com/mediatain/meta-cli#readme",
  "dependencies": {
    "minimist": "^1.2.0"
  },
  "devDependencies": {
    "eslint": "^5.12.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "jest": "^23.6.0"
  },
  "eslintConfig": {
    "extends": "airbnb-base",
    "env": {
      "jest": true
    }
  }
}
