{
  "name": "@c4605/fs-tree",
  "version": "0.1.1",
  "description": "Inspired by angular-cli schematics, a staging area for fs changes",
  "main": "lib/index.js",
  "author": "c4605 <bolasblack@gmail.com>",
  "license": "MIT",
  "prettier": "@c4605/toolconfs/prettierrc",
  "scripts": {
    "prepublish": "tsc",
    "test": "jest src"
  },
  "lint-staged": {
    "*.{ts}": [
      "yarn tslint -p .",
      "yarn prettier --write",
      "git add"
    ]
  },
  "devDependencies": {
    "@c4605/toolconfs": "^0.5.0",
    "@types/jest": "^24.0.13",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^12.0.2",
    "@types/ramda": "^0.26.8",
    "coveralls": "^3.0.3",
    "git-hook-pure": "^1.2.1",
    "jest-cli": "^24.8.0",
    "lint-staged": "^8.1.7",
    "prettier": "^1.17.1",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "dependencies": {
    "memfs": "^2.15.2",
    "mkdirp": "^0.5.1",
    "ramda": "^0.26.1",
    "unionfs": "4.1.0"
  }
}
