{
  "name": "circletron",
  "version": "0.0.5",
  "description": "circle orb for dealing with monorepos",
  "author": "insidewhy <github@chilon.net>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/circletron/circletron.git"
  },
  "keywords": [
    "circle",
    "circleci",
    "orb",
    "monorepos"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "yarn build",
    "build": "tsc -p src",
    "build-watch": "yarn build -w",
    "clean": "rimraf 'dist*'",
    "lint": "eslint 'src/*.ts'",
    "lint-fix": "yarn lint --fix",
    "run-prettier": "prettier 'src/*.ts' '*.md'",
    "validate-prettiness": "yarn run-prettier -c",
    "make-prettier": "yarn run-prettier --write",
    "test": "yarn jest",
    "watch": "yarn build && concurrently 'yarn build-watch' 'yarn jest-watch'",
    "validate": "yarn test && yarn lint && yarn validate-prettiness",
    "jest-watch": "yarn jest --watchAll",
    "docker-build": "docker build -t circletron/circletron:0.0.5 ."
  },
  "bin": {
    "circletron": "./dist/index.js"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.11",
    "@types/jest": "26.0.23",
    "@types/node": "15.12.4",
    "@typescript-eslint/eslint-plugin": "4.28.0",
    "@typescript-eslint/parser": "4.28.0",
    "concurrently": "6.2.0",
    "eslint": "7.29.0",
    "eslint-config-prettier": "8.3.0",
    "husky": "6.0.0",
    "jest": "27.0.5",
    "prettier": "2.3.1",
    "pretty-quick": "3.1.1",
    "rimraf": "3.0.2",
    "typescript": "4.3.4"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "fs-extra": "^10.0.0",
    "yaml": "^1.10.2"
  }
}
