{
  "name": "@glimmer/build",
  "version": "0.10.3",
  "description": "Build tooling for Glimmer packages.",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "index.js",
    "lib",
    "test-support"
  ],
  "contributors": [
    "Dan Gebhardt <dan@cerebris.com>",
    "Tom Dale <tom@tomdale.net>",
    "Kris Selden <kris.selden@gmail.com>"
  ],
  "license": "MIT",
  "scripts": {
    "test": "mocha test/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/glimmerjs/glimmer-build"
  },
  "homepage": "https://github.com/glimmerjs/glimmer-build",
  "dependencies": {
    "@babel/core": "^7.5.5",
    "@babel/generator": "^7.5.5",
    "@babel/helpers": "^7.5.5",
    "@babel/plugin-transform-arrow-functions": "^7.2.0",
    "@babel/plugin-transform-block-scoping": "^7.5.5",
    "@babel/plugin-transform-classes": "^7.5.5",
    "@babel/plugin-transform-computed-properties": "^7.2.0",
    "@babel/plugin-transform-destructuring": "^7.5.0",
    "@babel/plugin-transform-for-of": "^7.4.4",
    "@babel/plugin-transform-modules-commonjs": "^7.5.0",
    "@babel/plugin-transform-parameters": "^7.4.4",
    "@babel/plugin-transform-proto-to-assign": "^7.5.5",
    "@babel/plugin-transform-regenerator": "^7.4.5",
    "@babel/plugin-transform-shorthand-properties": "^7.2.0",
    "@babel/plugin-transform-spread": "^7.2.2",
    "@babel/plugin-transform-template-literals": "^7.4.4",
    "@babel/types": "^7.5.5",
    "@types/qunit": "^2.9.0",
    "amd-name-resolver": "^1.3.1",
    "babel-plugin-check-es2015-constants": "^6.22.0",
    "babel-plugin-debug-macros": "^0.3.2",
    "babel-plugin-feature-flags": "^0.3.1",
    "babel-plugin-filter-imports": "~3.0.0",
    "babel-plugin-strip-glimmer-utils": "^0.1.1",
    "broccoli": "^2.3.0",
    "broccoli-babel-transpiler": "^7.2.0",
    "broccoli-cli": "^1.0.0",
    "broccoli-concat": "^3.7.4",
    "broccoli-debug": "^0.6.5",
    "broccoli-file-creator": "^2.1.1",
    "broccoli-funnel": "^2.0.2",
    "broccoli-merge-trees": "^3.0.2",
    "broccoli-rollup": "^1.3.0",
    "broccoli-string-replace": "^0.1.2",
    "broccoli-typescript-compiler": "4.1.0",
    "loader.js": "^4.7.0",
    "qunit": "^2.9.2",
    "resolve": "^1.12.0",
    "stack-trace": "^0.0.10",
    "testem": "^2.17.0",
    "tslint": "^5.18.0",
    "typescript": "~3.5.3"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "fixturify": "^1.2.0",
    "mocha": "^6.2.0",
    "rimraf": "^3.0.0"
  }
}
