{
  "name": "@tractor/cli",
  "version": "1.9.4-tractor-to-playwright.0",
  "description": "CLI 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"
  },
  "bin": {
    "tractor": "./bin/tractor"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "build": "yarn clean && yarn lint && yarn compile",
    "clean": "rimraf dist",
    "compile": "tsc --project ./tsconfig.json",
    "lint": "tslint --project ./tsconfig.json",
    "watch": "npm-watch"
  },
  "watch": {
    "build": "src/**/*.js"
  },
  "dependencies": {
    "@tractor/core": "^1.9.4-tractor-to-playwright.0",
    "commander": "^2.13.0"
  },
  "devDependencies": {
    "@tractor/config-loader": "^1.9.4-tractor-to-playwright.0",
    "@tractor/dependency-injection": "^1.9.4-tractor-to-playwright.0",
    "@tractor/error-handler": "^1.9.4-tractor-to-playwright.0",
    "@tractor/file-structure": "^1.9.4-tractor-to-playwright.0",
    "@tractor/logger": "^1.9.4-tractor-to-playwright.0",
    "@tractor/server": "^1.9.4-tractor-to-playwright.0",
    "@tractor/tractor": "^1.9.4-tractor-to-playwright.0",
    "@tractor/unit-test": "^1.9.4-tractor-to-playwright.0"
  },
  "gitHead": "b4b87aff85abf2fbe88f14f02be084d1c445bf75"
}
