{
  "name": "posthtml-expressions",
  "version": "1.11.4",
  "description": "Expressions Plugin for PostHTML",
  "engines": {
    "node": ">=10"
  },
  "main": "lib",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && nyc ava --timeout=1m",
    "version": "standard-changelog -i CHANGELOG.md -w && git add changelog.md",
    "docs": "jsdoc2md lib/*.js > INDEX.md"
  },
  "dependencies": {
    "fclone": "^1.0.11",
    "posthtml-match-helper": "^1.0.1",
    "posthtml-parser": "^0.10.0",
    "posthtml": "^0.16.5",
    "posthtml-render": "^3.0.0"
  },
  "devDependencies": {
    "ava": "^3.15.0",
    "jsdoc-to-markdown": "^7.0.1",
    "nyc": "^15.1.0",
    "posthtml-beautify": "^0.7.0",
    "standard": "^16.0.3",
    "standard-changelog": "^2.0.27"
  },
  "keywords": [
    "expressions",
    "posthtml",
    "posthtmlplugin"
  ],
  "author": {
    "name": "Jeff Escalante",
    "email": "gh.je@mailhero.io"
  },
  "contributors": [
    {
      "name": "Michael Ciniawsky",
      "email": "michael.ciniawsky@gmail.com"
    },
    {
      "name": "Denis Malinochkin",
      "email": "dmalinochkin@rambler.ru"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/posthtml/posthtml-expressions"
  },
  "bugs": {
    "url": "https://github.com/posthtml/posthtml-expressions/issues"
  },
  "homepage": "https://github.com/posthtml/posthtml-expressions",
  "license": "MIT"
}
