{
  "name": "@antelopejs/interface-api",
  "version": "0.0.13",
  "description": "AntelopeJS interface for HTTP API with decorator-based controllers and WebSocket support",
  "keywords": [
    "antelopejs",
    "interface",
    "api",
    "http",
    "websocket"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AntelopeJS/interface-api.git"
  },
  "license": "Apache-2.0",
  "packageManager": "pnpm@10.6.5",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "docs",
    "skills"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "format": "biome format --write .",
    "lint:fix": "biome check --write .",
    "lint": "biome check .",
    "prepack": "pnpm run build",
    "release": "pnpm run lint && pnpm run prepack && release-it",
    "test": "pnpm run build && ajs module test ."
  },
  "antelopeJs": {
    "test": "src/antelope.test.ts",
    "skills": [
      "./skills"
    ]
  },
  "devDependencies": {
    "@antelopejs/interface-core": ">=0.0.3 <1.0.0",
    "@biomejs/biome": "2.3.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.19.15",
    "@types/sinon": "^17.0.4",
    "@types/ws": "^8.18.1",
    "release-it": "^19.2.4",
    "release-it-changelogen": "^0.1.0",
    "rimraf": "^6.1.3",
    "sinon": "^20.0.0",
    "typescript": "^5.9.3",
    "ws": "^8.20.0"
  },
  "peerDependencies": {
    "@antelopejs/interface-core": ">=0.0.3 <1.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
