{
  "name": "find-css-matches",
  "version": "1.1.1",
  "description": "Find the CSS selectors that match an HTML snippet.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "build": "rollup -c",
    "test": "standard 'src/**/*.js' && rollup -c --environment TEST_BUILD && jest; rm -rf __test__"
  },
  "keywords": [
    "css",
    "match",
    "selector",
    "puppeteer"
  ],
  "author": {
    "name": "Matthew Armstrong",
    "email": "raingerber2@gmail.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 8.6.0"
  },
  "dependencies": {
    "puppeteer": "^1.2.0"
  },
  "devDependencies": {
    "jest": "^22.4.3",
    "jest-in-case": "^1.0.2",
    "rollup": "^0.58.2",
    "rollup-plugin-cleanup": "^3.0.0-beta.1",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-multi-entry": "^2.0.2",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-re": "^1.0.7",
    "standard": "^11.0.1"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/raingerber/find-css-matches"
  },
  "bugs": {
    "url": "https://github.com/raingerber/find-css-matches/issues"
  },
  "standard": {
    "ignore": [
      "dist",
      "__test__"
    ]
  }
}
