{
  "name": "a-builder",
  "version": "0.0.3",
  "description": "a-builder",
  "license": "MIT",
  "repository": "",
  "author": {
    "name": "Matthew Harwood",
    "email": "matthhar12@gmail.com",
    "url": ""
  },
  "keywords": [
    ""
  ],
  "files": [
    "lib"
  ],
  "main": "lib/src/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib && rimraf coverage",
    "format": "prettier --write \"{src,__tests__}/**/*.ts\" --single-quote --trailing-comma es5",
    "lint": "tslint --force --format verbose \"src/**/*.ts\"",
    "prepublish": "npm run build",
    "prebuild": "npm run clean && npm run format && npm run lint && echo Using TypeScript && tsc --version",
    "build": "tsc --pretty",
    "test": "jest",
    "coverage": "jest --coverage",
    "watch": "npm run build -- --watch",
    "watch:test": "jest --watch"
  },
  "dependencies": {
    "fs-extra": "^4.0.1",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "@types/fs-extra": "^4.0.0",
    "@types/lodash": "^4.14.72",
    "@types/jest": "^20.0.6",
    "@types/node": "^8.0.20",
    "coveralls": "^2.13.1",
    "jest": "^20.0.4",
    "jest-environment-node-debug": "^2.0.0",
    "prettier": "^1.5.3",
    "rimraf": "^2.6.1",
    "ts-jest": "^20.0.10",
    "ts-node": "^3.2.0",
    "tslint": "~5.3.2",
    "tslint-config-prettier": "^1.3.0",
    "typescript": "^2.4.2"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testMatch": ["**/?(*.)(spec|test).ts?(x)"],
    "moduleFileExtensions": ["ts", "tsx", "js"]
  }
}
