{
  "name": "@traceloop/ai-semantic-conventions",
  "version": "0.27.0",
  "description": "OpenTelemetry ai-specific semantic conventions",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "repository": "traceloop/openllmetry-js",
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "keywords": [
    "opentelemetry",
    "nodejs",
    "tracing",
    "attributes",
    "semantic conventions"
  ],
  "author": "Traceloop",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=14"
  },
  "files": [
    "dist/src/**/*.js",
    "dist/src/**/*.js.map",
    "dist/src/**/*.d.ts",
    "doc",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/semantic-conventions": "^1.40.0"
  },
  "homepage": "https://github.com/traceloop/openllmetry-js/tree/main/packages/ai-semantic-conventions",
  "gitHead": "28c4a7a9e29ad295fe3dd108e853ef442b3fc507"
}
