{
  "name": "@smartytalent/openai-tools",
  "version": "0.9.8",
  "description": "OpenAI function/tool definitions for SmartyTalent API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "echo 'Build handled by root generate:tools script'"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "smartytalent",
    "openai",
    "function-calling",
    "tools",
    "api"
  ],
  "license": "Apache-2.0"
}
