{
  "name": "@rocket.chat/rest-typings",
  "version": "7.10.12",
  "devDependencies": {
    "@rocket.chat/apps-engine": "^1.55.3",
    "@rocket.chat/eslint-config": "~0.7.0",
    "@types/jest": "~30.0.0",
    "eslint": "~8.45.0",
    "jest": "~30.0.5",
    "mongodb": "6.10.0",
    "typescript": "~5.9.2"
  },
  "scripts": {
    "build": "rm -rf dist && tsc",
    "dev": "tsc --watch --preserveWatchOutput",
    "typecheck": "tsc --noEmit",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx .",
    "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
    "test": "jest"
  },
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "dependencies": {
    "@rocket.chat/core-typings": "^7.10.12",
    "@rocket.chat/message-parser": "^0.31.32",
    "@rocket.chat/ui-kit": "~0.37.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1"
  },
  "volta": {
    "extends": "../../package.json"
  }
}
