{
  "name": "@hutiwephy/ape-express",
  "version": "1.0.1",
  "description": "Authenticate and Encrypt HTTP with User Credentials (Not TLS-SRP) (ExpressJS Implementation).",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hutiwephy/ape-express.git"
  },
  "keywords": [
    "Authenticated",
    "Encrypted",
    "Payload",
    "Exchange",
    "HTTP",
    "ape",
    "ExpressJS",
    "express"
  ],
  "author": "hutiwephy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hutiwephy/ape-express/issues"
  },
  "homepage": "https://github.com/hutiwephy/ape-express#readme",
  "dependencies": {
    "@hutiwephy/ape": "^1.0.1",
    "express": "^4.21.2"
  }
}
