{
  "name": "@xploration-tech/xtouch",
  "version": "2.9.1",
  "description": "The easiest way to create empty files and folder trees at a glance!",
  "repository": "https://github.com/Xploration-Technologies/touch.git",
  "author": "Adrian (Grim) Roach <silencegrim@gmail.com>",
  "license": "MIT",
  "private": false,
  "company": "Xploration Technologies",
  "preferGlobal": true,
  "scripts": {
    "build": "yarn clean && ts-node fuse.ts",
    "clean": "rimraf lib",
    "start": "node ./lib/xtouch.js",
    "start:dev": "cross-env NODE_ENV=development node ./lib/xtouch.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "yarn build && auto-changelog -p && git add CHANGELOG.md",
    "pub": "yarn publish --access public",
    "compile": "ts-node fuse.ts"
  },
  "main": "./lib/xtouch.js",
  "bin": {
    "xtouch": "./bin/xtouch.js"
  },
  "devDependencies": {
    "@types/app-root-path": "^1.2.4",
    "@types/easy-table": "^0.0.32",
    "@types/jest": "^23.3.10",
    "@types/minimist": "^1.2.0",
    "@types/node": "^10.12.17",
    "@types/rimraf": "^2.0.2",
    "auto-changelog": "^1.10.2",
    "cross-env": "^5.2.0",
    "fuse-box": "^3.6.0",
    "jest": "^23.6.0",
    "rimraf": "^2.6.2",
    "ts-jest": "^23.10.5",
    "ts-node": "^7.0.1",
    "tslint": "^5.12.0",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "app-root-path": "^2.1.0",
    "chalk": "^2.4.1",
    "easy-table": "^1.1.1",
    "edit-json-file": "^1.2.1",
    "minimist": "^1.2.0"
  }
}
