{
  "name": "strapi-plugin-paywall",
  "version": "1.0.0",
  "description": "This is the description of the plugin.",
  "strapi": {
    "name": "paywall",
    "icon": "user-lock",
    "description": "Description of paywall plugin."
  },
  "scripts": {
    "build:browser": "webpack --mode=production"
  },
  "dependencies": {
    "@fingerprintjs/fingerprintjs-pro": "^3.5.3",
    "axios": "^0.24.0"
  },
  "devDependencies": {
    "@types/node": "^16.11.7",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "eslint": "^8.2.0",
    "eslint-config-typescript": "^3.0.0",
    "eslint-plugin-import": "^2.25.3",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.4.0",
    "tsc-watch": "^4.5.0",
    "typescript": "^4.5.2",
    "webpack": "^5.64.2",
    "webpack-cli": "^4.9.1"
  },
  "author": {
    "name": "Alexander Shogenov",
    "email": "i@shagg.ru",
    "url": "https://shogenov.com"
  },
  "maintainers": [
    {
      "name": "Alexander Shogenov",
      "email": "i@shagg.ru",
      "url": "https://shogenov.com"
    }
  ],
  "engines": {
    "node": ">=10.16.0 <=14.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT"
}
