{
  "name": "@tractor/file-structure",
  "version": "1.9.4-tractor-to-playwright.0",
  "description": "File structure handler for tractor",
  "author": "Craig Spence <craigspence0@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TradeMe/tractor.git"
  },
  "bugs": {
    "url": "https://github.com/TradeMe/tractor/issues",
    "email": "craigspence0@gmail.com"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "yarn clean && yarn lint && yarn compile && yarn cover",
    "clean": "rimraf dist",
    "compile": "tsc --project ./tsconfig.json",
    "cover": "yarn test --collectCoverage",
    "lint": "tslint --project ./tsconfig.json",
    "test": "jest --testPathPattern=.*/file-structure/src.*.spec.ts --config=../../jest.config.js",
    "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --testPathPattern=.*/file-structure/src.*.spec.ts --config=../../jest.config.js --runInBand",
    "watch": "npm-watch"
  },
  "watch": {
    "build": "src/**/*.js"
  },
  "dependencies": {
    "chokidar": "^2.1.5",
    "express": "^4.16.4",
    "graceful-fs": "^4.1.15",
    "lodash.debounce": "^4.0.8",
    "socket.io": "^2.0.4"
  },
  "peerDependencies": {
    "@tractor/core": "^1.0.0"
  },
  "devDependencies": {
    "@tractor/dependency-injection": "^1.9.4-tractor-to-playwright.0",
    "@tractor/error-handler": "^1.9.4-tractor-to-playwright.0",
    "@tractor/logger": "^1.9.4-tractor-to-playwright.0",
    "@tractor/unit-test": "^1.9.4-tractor-to-playwright.0",
    "@types/body-parser": "^1.17.0",
    "@types/graceful-fs": "^4.1.3",
    "@types/node-fetch": "^2.1.6",
    "@types/socket.io": "^2.1.2",
    "@types/socket.io-client": "^1.4.32",
    "body-parser": "^1.18.3",
    "node-fetch": "^2.3.0",
    "socket.io-client": "^2.2.0"
  },
  "gitHead": "b4b87aff85abf2fbe88f14f02be084d1c445bf75"
}
