{
  "name": "braze-specification",
  "version": "1.3.11",
  "description": "Braze API specification.",
  "author": "Mark <mark@remarkablemark.org>",
  "scripts": {
    "build": "run-s migrations:postman postman-to-openapi migrations:openapi",
    "clean": "rm -rf .cache",
    "lint": "spectral lint openapi/spec.json --display-only-failures",
    "lint:tsc": "tsc --noEmit",
    "migrations:openapi": "ts-node openapi/migrations",
    "migrations:postman": "ts-node postman/migrations",
    "postman-to-openapi": "p2o postman/collection.json --file openapi/spec.json --options postman-to-openapi.json",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/braze-community/braze-specification"
  },
  "bugs": {
    "url": "https://github.com/braze-community/braze-specification/issues"
  },
  "keywords": [
    "braze",
    "specification",
    "api",
    "rest",
    "appboy",
    "openapi",
    "spec",
    "postman",
    "collection",
    "json"
  ],
  "devDependencies": {
    "@commitlint/cli": "20.1.0",
    "@commitlint/config-conventional": "20.0.0",
    "@stoplight/spectral-cli": "6.15.0",
    "costatus": "1.0.3",
    "husky": "9.1.7",
    "json-schema-it": "1.2.18",
    "lint-staged": "16.2.6",
    "npm-run-all": "4.1.5",
    "postman-to-openapi": "3.0.1",
    "prettier": "3.6.2",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "files": [
    "openapi/spec.json",
    "postman/collection.json"
  ],
  "license": "MIT"
}
