{
  "name": "@opencounter/babel-plugin-transform-modern-regexp",
  "version": "0.1.0",
  "license": "MIT",
  "description": "Enables modern RegExp features in JavaScript",
  "repository": {
    "type": "git",
    "url": "https:/github.com/opencounter/babel-plugin-transform-modern-regexp"
  },
  "homepage": "https://github.com/DmitrySoshnikov/babel-plugin-transform-modern-regexp",
  "bugs": "https://github.com/DmitrySoshnikov/babel-plugin-transform-modern-regexp/issues",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "regexp",
    "es2018",
    "modern",
    "xflag",
    "lookbehind",
    "babel"
  ],
  "author": "Dmitry Soshnikov",
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "regexp-tree": "^0.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "jest-cli": "^19.0.2"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "/node_modules/",
      "fixtures"
    ]
  }
}
