{
  "name": "ember-cli-babel-plugin-helpers",
  "version": "1.1.1",
  "description": "Utilities for managing installed Babel plugins in an Ember app or addon",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "https://github.com/dfreeman/ember-cli-babel-plugin-helpers",
  "author": "Dan Freeman <dfreeman@salsify.com>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint --ext ts,js .",
    "test": "mocha -r ts-node/register 'tests/**/*-test.ts'",
    "test:watch": "mocha --watch --watch-extensions ts -r ts-node/register 'tests/**/*-test.ts'",
    "prepublishOnly": "tsc -p tsconfig.publish.json",
    "postpublish": "rimraf lib"
  },
  "engines": {
    "node": "6.* || 8.* || >= 10.*"
  },
  "devDependencies": {
    "@types/chai": "^4.1.5",
    "@types/mocha": "^5.2.5",
    "chai": "^4.1.2",
    "eslint": "^5.6.0",
    "eslint-config-prettier": "^3.0.1",
    "eslint-plugin-prettier": "^2.6.2",
    "mocha": "^5.2.0",
    "prettier": "^1.14.3",
    "rimraf": "^2.6.2",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.3",
    "typescript-eslint-parser": "^18.0.0"
  }
}
