{
  "name": "@fresha/api-tools-core",
  "version": "0.7.0",
  "description": "Core project functionality",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/surgeventures/api-tools.git",
    "directory": "packages/api-tools-core"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "build:watch": "npm run build -- --watch",
    "check": "run-s lint test",
    "check:fix": "run-s lint:fix test",
    "clean": "rimraf ./build",
    "eslint": "eslint ./src",
    "eslint:fix": "eslint ./src --fix",
    "lint": "run-s eslint typecheck",
    "lint:fix": "run-s eslint:fix typecheck",
    "prebuild": "npm run clean",
    "test": "jest",
    "typecheck": "tsc --noEmit"
  },
  "files": [
    "build/",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "API"
  ],
  "author": "Fresha Engineering",
  "contributors": [
    {
      "name": "Andriy Mykulyak",
      "email": "andriy@fresha.com",
      "url": "https://github.com/mykulyak"
    }
  ],
  "maintainers": [
    {
      "name": "Andriy Mykulyak",
      "email": "andriy@fresha.com",
      "url": "https://github.com/mykulyak"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@fresha/eslint-config": "^0.3.0",
    "@fresha/jest-config": "^0.3.1",
    "@fresha/typescript-config": "^0.2.0",
    "typescript": "^5.0.2"
  },
  "gitHead": "e5e0d442df5389ac9e1eaf416e56d6e9eafa4995"
}
