{
  "name": "@backtrack/core",
  "version": "0.2.1",
  "description": "Extendable task runner / file and build manager",
  "keywords": [
    "build",
    "make",
    "tool",
    "system",
    "pipeline",
    "configuration",
    "config",
    "file",
    "management",
    "manager",
    "task",
    "runner",
    "bootstrap",
    "boilerplate",
    "generator",
    "yeoman",
    "yo",
    "gulp",
    "grunt",
    "webpack",
    "rollup",
    "babel",
    "flow",
    "typescript",
    "prettier",
    "eslint",
    "jest",
    "mocha"
  ],
  "license": "MIT",
  "repository": "chrisblossom/backtrack",
  "homepage": "https://github.com/chrisblossom/backtrack",
  "author": "Chris Blossom",
  "engines": {
    "node": ">=8.9.0"
  },
  "files": [
    "dist/",
    "paths.js"
  ],
  "bin": {
    "backtrack": "./dist/cli/cli.js"
  },
  "main": "dist/core.js",
  "types": "dist/core.d.ts",
  "scripts": {
    "build": "backtrack build --production",
    "build.compile": "cross-env NODE_ENV=production babel src -d dist --extensions .ts --verbose --ignore */**/*.d.ts,**/**/*.test.ts,*/**/__sandbox__/ --source-maps",
    "build.types": "cross-env NODE_ENV=production tsc --project tsconfig.types.json",
    "check-all": "npm run typescript && npm run lint && npm run test",
    "clean": "backtrack clean",
    "dev": "backtrack dev --development",
    "format": "backtrack format",
    "git-pre-commit": "backtrack git-pre-commit",
    "git-pre-push": "backtrack git-pre-push",
    "lint": "backtrack lint",
    "lint.fix": "backtrack lint.fix",
    "prepublishOnly": "backtrack prepublishOnly",
    "test": "backtrack test",
    "test.ci": "backtrack test.ci",
    "test.ci-pretest": "backtrack test.ci-pretest",
    "test.update": "jest --update-snapshot",
    "test.watch": "jest --watch",
    "typescript": "backtrack typescript"
  },
  "devDependencies": {
    "@backtrack/core": "^0.2.0",
    "@backtrack/preset-node": "^0.4.4",
    "@types/cosmiconfig": "^5.0.3",
    "@types/dotenv": "^6.1.1",
    "@types/execa": "^0.9.0",
    "@types/fs-extra": "^7.0.0",
    "@types/hapi__joi": "^15.0.1",
    "@types/jest": "^24.0.13",
    "@types/joi": "^14.3.3",
    "@types/lodash": "^4.14.132",
    "@types/node": "^12.0.3",
    "del-cli": "^2.0.0",
    "temp-sandbox": "^3.0.0",
    "typescript": "^3.5.1"
  },
  "dependencies": {
    "@hapi/joi": "^15.0.3",
    "chalk": "^2.4.2",
    "core-js": "^3.1.3",
    "cosmiconfig": "^5.2.1",
    "deep-keys": "^0.5.0",
    "del": "^4.1.1",
    "dotenv": "^8.0.0",
    "ex-config": "^4.0.0",
    "execa": "^1.0.0",
    "fs-extra": "^8.0.1",
    "lodash": "^4.17.11",
    "parent-module": "^2.0.0",
    "read-dir-deep": "^6.0.0",
    "read-pkg-up": "^6.0.0",
    "resolve-with-prefix": "^3.0.0",
    "slash": "^3.0.0",
    "sort-keys": "^3.0.0",
    "source-map-support": "^0.5.12"
  }
}
