{
  "name": "@embroider/core",
  "version": "4.4.7",
  "private": false,
  "description": "A build system for EmberJS applications.",
  "repository": {
    "type": "git",
    "url": "https://github.com/embroider-build/embroider.git",
    "directory": "packages/core"
  },
  "license": "MIT",
  "author": "Edward Faulkner",
  "main": "src/index.js",
  "typesVersions": {
    "*": {
      "virtual": [
        "types/virtual"
      ]
    }
  },
  "exports": {
    ".": {
      "default": "./dist/src/index.js",
      "types": "./dist/src/index.d.ts"
    },
    "./package.json": "./package.json",
    "./virtual": {
      "types": "./types/virtual/index.d.ts"
    },
    "./src/*": {
      "default": "./dist/src/*.js",
      "types": "./dist/src/*.d.ts"
    },
    "./*": "./dist/src/*.js"
  },
  "files": [
    "dist",
    "types"
  ],
  "dependencies": {
    "@babel/core": "^7.14.5",
    "@babel/parser": "^7.14.5",
    "@babel/traverse": "^7.14.5",
    "assert-never": "^1.2.1",
    "babel-plugin-ember-template-compilation": "^3.1.0",
    "broccoli-node-api": "^1.7.0",
    "broccoli-persistent-filter": "^3.1.2",
    "broccoli-plugin": "^4.0.7",
    "broccoli-source": "^3.0.1",
    "debug": "^4.3.2",
    "escape-string-regexp": "^4.0.0",
    "fast-sourcemap-concat": "^2.1.1",
    "fs-extra": "^9.1.0",
    "fs-tree-diff": "^2.0.1",
    "handlebars": "^4.7.7",
    "js-string-escape": "^1.0.1",
    "jsdom": "^25.0.0",
    "lodash": "^4.17.21",
    "resolve": "^1.20.0",
    "resolve-package-path": "^4.0.1",
    "resolve.exports": "^2.0.2",
    "semver": "^7.3.5",
    "typescript-memoize": "^1.0.1",
    "walk-sync": "^3.0.0",
    "@embroider/macros": "1.20.2",
    "@embroider/reverse-exports": "0.2.0",
    "@embroider/shared-internals": "3.0.2"
  },
  "devDependencies": {
    "@glimmer/syntax": "^0.94.9",
    "@glint/template": "^1.0.0",
    "@types/babel__core": "^7.1.14",
    "@types/babel__traverse": "^7.18.5",
    "@types/debug": "^4.1.5",
    "@types/fs-extra": "^9.0.12",
    "@types/js-string-escape": "^1.0.0",
    "@types/jsdom": "^16.2.11",
    "@types/lodash": "^4.14.170",
    "@types/node": "^22.9.3",
    "@types/qunit": "^2.19.12",
    "@types/resolve": "^1.20.0",
    "@types/semver": "^7.3.5",
    "@types/tmp": "^0.1.0",
    "fixturify": "^2.1.1",
    "tmp": "^0.1.0",
    "typescript": "^5.4.5",
    "embroider-sample-transforms": "0.0.0",
    "@embroider/test-support": "0.36.0"
  },
  "engines": {
    "node": "12.* || 14.* || >= 16"
  },
  "scripts": {
    "test": "jest"
  }
}