{
  "name": "@prizemates/http-firewall",
  "version": "1.0.3",
  "description": "HTTP Firewall based on Spring Security HttpFirewall",
  "private": false,
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node lib/demo/demo.js",
    "demo": "node lib/demo/demo.js",
    "test": "jest",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint"
  },
  "jest": {
    "testMatch": [
      "**/*.tests.ts"
    ],
    "preset" : "ts-jest",
    "testEnvironment": "node"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://github.com:Reloadly/http-firewall.git"
  },
  "keywords": [
    "HTTP",
    "Firewall",
    "Security"
  ],
  "author": "Arun Patra",
  "license": "Apache-2.0",
  "dependencies": {
    "express": "^4.18.2"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/express": "^4.17.15",
    "@types/jest": "^29.2.6",
    "@types/node": "^18.11.18",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.5",
    "prettier": "^2.8.3",
    "supertest": "^6.3.0",
    "eslint": "^8.32.0",
    "eslint-config-prettier": "^8.6.0",
    "typescript": "^4.9.4"
  }
}
