{
  "name": "@aimee-blue/ab-contracts",
  "version": "2.0.5",
  "description": "Transport layer types and schemas shared by clients, services and serverless functions",
  "repository": {
    "url": "https://github.com/Aimee-Blue/ab-contracts.git"
  },
  "license": "ISC",
  "author": "@aimee-blue",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "apps",
    "auth",
    "channels",
    "configuration",
    "console-status",
    "conversation-reviews",
    "conversations-explorer",
    "dialogue",
    "events",
    "export",
    "flows",
    "invitations",
    "jobs",
    "keep-warm",
    "lib",
    "notifications",
    "organisations",
    "presence",
    "profiler",
    "recordings",
    "reports",
    "sentience",
    "system",
    "text-to-voice",
    "triggers",
    "user-input",
    "users",
    "vision",
    "vocalise",
    "voice-to-text",
    "web",
    "deployment",
    "mobile"
  ],
  "scripts": {
    "prebuild": "node ./scripts/clean.js",
    "build": "node ./scripts/build.js -s",
    "build-aliases": "node ./scripts/buildAliases.js",
    "build:watch": "node ./scripts/build.js --watch",
    "check": "concurrently --raw -c \"node ./scripts/build.js\" \"tsc\" \"eslint . --ext .js,.jsx,.ts,.tsx -f pretty\"",
    "check-externals": "concurrently --raw \"node ./scripts/build.js\" \"tsc -b tsconfig.externals.json\" \"eslint . --ext .js,.jsx,.ts,.tsx -f pretty\" \"node ./scripts/generateAliases.js\"",
    "clean": "node ./scripts/clean.js",
    "combine-coverage": "node ./scripts/combineCoverage.js",
    "declarations": "tsc -p ./tsconfig.declarations.json",
    "eslint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "generate-aliases": "node ./scripts/generateAliases.js",
    "integration": "jest --config ./jest.config.integration.js --color -i",
    "lint": "yarn run eslint -f pretty",
    "patch": "ts-deps patch",
    "prepublishOnly": "yarn run build && yarn run declarations && yarn run build-aliases",
    "release": "node ./scripts/release.js",
    "test": "jest --color",
    "type-check": "tsc"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-push": "yarn run check"
    }
  },
  "lint-staged": {
    "*.{tsx,jsx,ts,js,json,md,yaml,yml}": [
      "prettier --write"
    ],
    "package.json": [
      "sort-package-json"
    ],
    "src/**/*.{tsx,jsx,ts,js,json,md,yaml,yml}": [
      "prettier --write"
    ]
  },
  "dependencies": {
    "deepmerge": "4.2.2",
    "joi": "17.3.0"
  },
  "devDependencies": {
    "@types/node": "12",
    "cross-env": "7.0.3",
    "husky": "4.3.8",
    "lint-staged": "10.5.3",
    "ts-deps": "0.21.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
