{
  "name": "a-seal",
  "version": "3.0.0",
  "description": "Access Control Library (ACL)",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "vitest --globals=true"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/philmander/a-seal.git"
  },
  "keywords": [
    "acl",
    "access",
    "control",
    "list",
    "lists",
    "permissions",
    "security",
    "seal"
  ],
  "author": "Phil Mander",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/philmander/a-seal/issues"
  },
  "homepage": "https://github.com/philmander/a-seal",
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.10.4",
    "typescript": "^5.3.3",
    "vitest": "^1.0.4"
  },
  "peerDependencies": { 
    "express": ">=4"
  },
  "peerDependenciesMeta": {
    "express": {
      "optional": true
    }
  }
}
