{
  "name": "amazon-auto-links",
  "version": "5.1.0",
  "description": "Auto Amazon Links is an open source WordPress plugin that inserts Amazon products in WordPress powered web sites.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack",
    "watch": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaeluno/amazon-auto-links.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/michaeluno/amazon-auto-links/issues"
  },
  "homepage": "https://github.com/michaeluno/amazon-auto-links#readme",
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@wordpress/babel-preset-default": "^6.4.1",
    "@wordpress/scripts": "^19.2.3",
    "babel-loader": "^8.2.3",
    "css-loader": "^6.5.1",
    "mini-css-extract-plugin": "^2.5.2",
    "postcss-loader": "^6.2.1",
    "postcss-preset-env": "^7.2.3",
    "sass": "^1.49.0",
    "sass-loader": "^12.4.0",
    "webpack": "^5.67.0",
    "webpack-cli": "^4.9.2",
    "node-fetch": ">=2.6.7",
    "markdown-it": ">=12.3.2",
    "nth-check": ">=2.0.1",
    "postcss": ">=8.2.13"
  },
  "dependencies": {
    "async": "^3.2.3"
  }
}
