{
  "name": "@warp-drive/build-config",
  "version": "0.0.2",
  "description": "Provides Build Configuration for projects using WarpDrive or EmberData",
  "keywords": [
    "ember-data",
    "warp-drive"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:emberjs/data.git",
    "directory": "packages/build-config"
  },
  "license": "MIT",
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
  "type": "module",
  "files": [
    "dist",
    "unstable-preview-types",
    "CHANGELOG.md",
    "README.md",
    "LICENSE.md",
    "logos"
  ],
  "exports": {
    ".": {
      "default": "./dist/index.js"
    },
    "./*.cjs": {
      "default": "./dist/*.cjs"
    },
    "./*": {
      "default": "./dist/*.js"
    },
    "./unstable-preview-types": {
      "types": "./unstable-preview-types/index.d.ts"
    }
  },
  "dependencies": {
    "@embroider/macros": "^1.16.11",
    "@embroider/addon-shim": "^1.9.0",
    "babel-import-util": "^2.1.1",
    "broccoli-funnel": "^3.0.8",
    "semver": "^7.7.1"
  },
  "devDependencies": {
    "@warp-drive/internal-config": "5.3.12",
    "@types/babel__core": "^7.20.5",
    "@types/node": "^20.17.22",
    "@babel/plugin-transform-typescript": "^7.26.8",
    "@babel/preset-typescript": "^7.26.0",
    "@babel/core": "^7.26.9",
    "typescript": "^5.8.2",
    "bun-types": "^1.2.4",
    "vite": "^5.4.14"
  },
  "engines": {
    "node": ">= 18.20.7"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "typesVersions": {
    "*": {
      "unstable-preview-types": [
        "./unstable-preview-types"
      ]
    }
  },
  "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"
  }
}