{
  "name": "babel-plugin-class-properties-default-value",
  "version": "0.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rm -rf lib/*",
    "babel": "babel src --out-dir lib -D",
    "dev": "npm run babel -- -w",
    "prepublish": "npm run clean && npm run babel"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "remove-unused",
    "babel-plugin"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {
    "babel-plugin-syntax-class-properties": "^6.13.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imcuttle/babel-plugin-danger-remove-unused-import.git"
  },
  "bugs": {
    "url": "https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/issues"
  },
  "homepage": "https://github.com/imcuttle/babel-plugin-danger-remove-unused-import#readme"
}
