{
  "name": "@adonisjs/shield",
  "version": "1.1.0",
  "description": "Adonis shield is middleware to standard HTTP websites to protect themselves from common web attacks like xss, csp and csrf",
  "main": "index.js",
  "files": [
    "example",
    "providers",
    "src",
    "instructions.js",
    "instructions.md"
  ],
  "scripts": {
    "mrm": "mrm --preset=@adonisjs/mrm-preset",
    "pretest": "npm run lint",
    "test": "node japaFile.js",
    "commit": "git-cz",
    "lint": "standard"
  },
  "keywords": [
    "adonisjs",
    "adonis",
    "web-security",
    "csrf",
    "csp"
  ],
  "author": "virk",
  "license": "MIT",
  "devDependencies": {
    "@adonisjs/fold": "^4.1.0",
    "@adonisjs/mrm-preset": "^3.0.0",
    "@adonisjs/sink": "^1.1.0",
    "commitizen": "^4.2.3",
    "cz-conventional-changelog": "^3.3.0",
    "japa": "^3.1.1",
    "mrm": "^2.6.1",
    "pkg-ok": "^2.2.0",
    "semver": "^7.3.5",
    "standard": "^16.0.3"
  },
  "dependencies": {
    "@adonisjs/generic-exceptions": "^2.0.1",
    "csrf": "^3.0.6",
    "node-cookie": "^2.1.1",
    "node-csp": "^1.0.1",
    "node-guard": "^1.0.0",
    "uuid": "^8.3.2"
  },
  "nyc": {
    "include": [
      "src"
    ],
    "exclude": [
      "test"
    ]
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adonisjs/adonis-shield.git"
  },
  "bugs": {
    "url": "https://github.com/adonisjs/adonis-shield/issues"
  },
  "homepage": "https://github.com/adonisjs/adonis-shield#readme",
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}
