{
  "name": "textr-cli",
  "version": "0.4.0",
  "description": "Command line interface for Textr",
  "author": {
    "name": "Denys Dovhan",
    "email": "email@denysdovhan.com",
    "url": "denysdovhan.com"
  },
  "bin": {
    "textr": "bin/textr"
  },
  "preferGlobal": true,
  "engines": {
    "node": ">=0.12"
  },
  "scripts": {
    "lint": "eslint cli test",
    "watch": "babel cli --watch --out-file cli.es5.js ",
    "test": "mocha --compilers js:babel-core/register",
    "tdd": "npm test -- --watch",
    "prebuild": "npm-run-all clean",
    "build": "babel cli --out-file cli.es5.js",
    "prepublish": "npm run build -s",
    "clean": "rimraf cli.es5.js",
    "push": "git push --follow-tags",
    "postpublish": "npm-run-all clean push"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/denysdovhan/textr-cli.git"
  },
  "keywords": [
    "cli",
    "cli-app",
    "textr",
    "typo",
    "typography",
    "typographic",
    "transformer"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/denysdovhan/textr-cli/issues"
  },
  "homepage": "https://github.com/denysdovhan/textr-cli#readme",
  "devDependencies": {
    "assert": "^1.3.0",
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-eslint": "^8.0.0",
    "babel-preset-es2015": "^6.0.12",
    "eslint": "^4.1.0",
    "mocha": "^5.0.0",
    "npm-run-all": "4.1.2",
    "rimraf": "*",
    "typographic-ellipses": "^1.0.11",
    "typographic-quotes": "^2.0.1",
    "typographic-single-spaces": "^1.0.2"
  },
  "dependencies": {
    "get-stdin": "^6.0.0",
    "chokidar": "^2.0.0",
    "meow": "^3.5.0",
    "textr": "^0.3.0"
  }
}
