{
  "name": "@warp-drive/build-config",
  "version": "5.8.2",
  "description": "Provides Build Configuration for projects using WarpDrive",
  "keywords": [
    "ember-data",
    "warp-drive"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
    "directory": "warp-drive-packages/build-config"
  },
  "license": "MIT",
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
  "type": "module",
  "files": [
    "dist",
    "declarations",
    "CHANGELOG.md",
    "README.md",
    "LICENSE.md",
    "logos"
  ],
  "exports": {
    ".": {
      "types": "./declarations/index.d.ts",
      "default": "./dist/index.js"
    },
    "./*.cjs": {
      "default": "./dist/*.cjs"
    },
    "./*": {
      "types": "./declarations/*.d.ts",
      "default": "./dist/*.js"
    }
  },
  "dependencies": {
    "@embroider/addon-shim": "^1.10.2",
    "@embroider/macros": "^1.18.1",
    "babel-import-util": "^2.1.1",
    "babel-plugin-debug-macros": "^2.0.0",
    "semver": "^7.7.2"
  },
  "devDependencies": {
    "@warp-drive/internal-config": "5.8.2",
    "@types/babel__core": "^7.20.5",
    "@types/node": "^20.19.11",
    "@babel/plugin-transform-typescript": "^7.28.0",
    "@babel/preset-typescript": "^7.27.1",
    "@babel/core": "^7.28.3",
    "typescript": "^5.9.2",
    "vite": "^7.1.3"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "scripts": {
    "build:pkg": "vite build; vite build -c ./vite.config-cjs.mjs;",
    "sync": "echo \"syncing\"",
    "_temporarily_deactivated_lint": "eslint . --quiet --cache --cache-strategy=content",
    "start": "vite"
  }
}