{
  "name": "phtml-define-plus",
  "version": "4.3.0",
  "description": "Use custom defined elements in HTML",
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "repository": "seangwright/phtml-define",
  "homepage": "https://github.com/seangwright/phtml-define#readme",
  "bugs": "https://github.com/seangwright/phtml-define/issues",
  "main": "index.js",
  "module": "index.mjs",
  "files": [
    "index.js",
    "index.js.map",
    "index.mjs",
    "index.mjs.map"
  ],
  "scripts": {
    "build": "rollup --config .rollup.js --silent",
    "prepublishOnly": "npm test",
    "pretest:tape": "npm run build",
    "test": "npm run test:js && npm run test:tape",
    "test:js": "eslint src/{*,**/*}.js --cache --ignore-path .gitignore --quiet",
    "test:tape": "phtml-tape"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "node-fetch": "^2.6.0",
    "phtml": "^4.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "phtml-tape": "^4.1.0",
    "pre-commit": "^1.2.2",
    "rollup": "^1.12.1",
    "rollup-plugin-babel": "^4.3.2"
  },
  "eslintConfig": {
    "env": {
      "browser": true,
      "es6": true,
      "node": true
    },
    "extends": "eslint:recommended",
    "parser": "babel-eslint",
    "parserOptions": {
      "ecmaVersion": 2018,
      "impliedStrict": true,
      "sourceType": "module"
    },
    "root": true
  },
  "keywords": [
    "phtml",
    "html",
    "phtml-plugin",
    "define",
    "custom",
    "element",
    "import",
    "include",
    "export"
  ]
}
