{
  "name": "@elaraai/e3-core",
  "version": "1.0.45",
  "type": "module",
  "description": "East Execution Engine Core - Programmatic API for e3 repository operations",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    },
    "./test": {
      "types": "./dist/src/test-helpers.d.ts",
      "default": "./dist/src/test-helpers.js"
    }
  },
  "files": [
    "dist/src",
    "!dist/src/**/*.spec.*",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "east",
    "e3",
    "core",
    "library"
  ],
  "license": "BUSL-1.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elaraai/east-workspace.git",
    "directory": "libs/e3/packages/e3-core"
  },
  "dependencies": {
    "cross-spawn": "^7.0.6",
    "tar-stream": "^3.1.7",
    "yauzl": "^3.2.0",
    "yazl": "^2.5.1",
    "@elaraai/e3": "1.0.45",
    "@elaraai/e3-types": "1.0.45"
  },
  "peerDependencies": {
    "@elaraai/east": "1.0.45"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/node": "^22.0.0",
    "@types/tar-stream": "^3.1.4",
    "@types/yauzl": "^2.10.3",
    "@types/yazl": "^2.4.5",
    "@typescript-eslint/eslint-plugin": "^8.47.0",
    "@typescript-eslint/parser": "^8.47.0",
    "eslint": "^9.0.0",
    "eslint-plugin-headers": "^1.3.3",
    "typescript": "^5.6.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node --enable-source-maps --test-reporter=spec --test 'dist/src/**/*.spec.js'",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}