{
  "name": "@tractor/tractor",
  "version": "1.9.4-tractor-to-playwright.0",
  "description": "JS API 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=.*/packages/tractor/src.*.spec.ts --config=../../jest.config.js",
    "watch": "npm-watch"
  },
  "watch": {
    "build": "src/**/*.js"
  },
  "dependencies": {
    "@tractor/config-loader": "^1.9.4-tractor-to-playwright.0",
    "@tractor/dependency-injection": "^1.9.4-tractor-to-playwright.0",
    "@tractor/plugin-loader": "^1.9.4-tractor-to-playwright.0",
    "callsite": "^1.0.0",
    "fkill": "^6.1.0",
    "pkg-up": "^3.1.0"
  },
  "devDependencies": {
    "@tractor/unit-test": "^1.9.4-tractor-to-playwright.0",
    "@types/callsite": "^1.0.30"
  },
  "gitHead": "b4b87aff85abf2fbe88f14f02be084d1c445bf75"
}
