{
  "name": "@bradymholt/ampify",
  "version": "1.4.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Convert plain HTML to Google Accelerated Mobile Pages (AMP)",
  "main": "index.js",
  "types": "index.d.ts",
  "author": {
    "name": "Brady Holt",
    "email": "brady.holt@gmail.com"
  },
  "keywords": [
    "html",
    "transform",
    "amp",
    "amp-img",
    "amp-video",
    "amp-youtube",
    "amp-analytics"
  ],
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watchAll"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bradymholt/ampify.git"
  },
  "bugs": {
    "url": "https://github.com/bradymholt/ampify/issues"
  },
  "homepage": "https://github.com/bradymholt/ampify#readme",
  "dependencies": {
    "axios": "^0.27.2",
    "cheerio": "^1.0.0-rc.11",
    "image-size": "^1.0.1"
  },
  "devDependencies": {    
    "jest": "^28.1.1"
  }
}
