{
  "name": "@antelopejs/interface-core",
  "version": "0.0.13",
  "description": "AntelopeJS core interface primitives - proxies, decorators, interface functions, and logging",
  "keywords": [
    "antelopejs",
    "core",
    "interface"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AntelopeJS/interface-core.git"
  },
  "files": [
    "dist",
    "docs",
    "skills"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "decorators": [
        "dist/decorators.d.ts"
      ],
      "modules": [
        "dist/modules.d.ts"
      ],
      "proxies": [
        "dist/proxies.d.ts"
      ],
      "runtime": [
        "dist/runtime.d.ts"
      ],
      "internal": [
        "dist/internal.d.ts"
      ],
      "config": [
        "dist/config.d.ts"
      ],
      "logging": [
        "dist/logging/index.d.ts"
      ],
      "logging/*": [
        "dist/logging/*.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "default": "./dist/*.js"
    },
    "./config": {
      "types": "./dist/config.d.ts",
      "default": "./dist/config.js"
    },
    "./logging": {
      "types": "./dist/logging/index.d.ts",
      "default": "./dist/logging/index.js"
    },
    "./logging/*": {
      "types": "./dist/logging/*.d.ts",
      "default": "./dist/logging/*.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "format": "oxfmt .",
    "lint:fix": "oxlint --fix",
    "lint": "oxlint",
    "prepack": "pnpm run build",
    "release": "pnpm run lint && pnpm run test && pnpm run test:package && pnpm run prepack && release-it",
    "test": "pnpm run build && mocha 'dist/tests/**/*.test.js'",
    "test:package": "node test/package-consumer.mjs",
    "format:check": "oxfmt --check .",
    "knip": "knip"
  },
  "dependencies": {
    "reflect-metadata": "^0.2.2"
  },
  "devDependencies": {
    "@antelopejs/tooling-configs": "^0.0.4",
    "@types/chai": "^4.3.20",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.19.15",
    "chai": "^4.5.0",
    "eslint-plugin-perfectionist": "^5.11.0",
    "knip": "^6.34.0",
    "mocha": "^11.7.5",
    "oxfmt": "^0.66.0",
    "oxlint": "1.81.0",
    "oxlint-tsgolint": "^7.0.2001",
    "release-it": "^19.2.4",
    "release-it-changelogen": "^0.1.0",
    "rimraf": "^6.1.3",
    "typescript": "^5.9.3"
  },
  "packageManager": "pnpm@10.6.5",
  "antelopeJs": {
    "test": "src/antelope.test.ts",
    "skills": [
      "./skills"
    ]
  }
}
