{
  "name": "@tractor/plugin-loader",
  "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=.*/plugin-loader/src.*.spec.ts --config=../../jest.config.js",
    "watch": "npm-watch"
  },
  "watch": {
    "build": "src/**/*.ts"
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.0",
    "camel-case": "^3.0.0",
    "find-up": "^4.0.0",
    "param-case": "^2.1.1",
    "pkg-up": "^3.1.0",
    "resolve-from": "^5.0.0",
    "title-case": "^2.1.1"
  },
  "peerDependencies": {
    "@tractor/core": "^1.0.0"
  },
  "devDependencies": {
    "@tractor/config-loader": "^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"
  },
  "gitHead": "b4b87aff85abf2fbe88f14f02be084d1c445bf75"
}
