{
  "name": "stentor-guards",
  "repository": {
    "type": "git",
    "url": "https://github.com/stentorium/stentor.git",
    "directory": "packages/stentor-guards"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.74.0",
  "description": "Common type guards for 📣 stentor",
  "types": "lib/index",
  "main": "lib/index",
  "files": [
    "lib"
  ],
  "engines": {
    "node": "^12 || ^14 || ^16 || ^18 || ^20 || ^22 || ^24.0.0"
  },
  "devDependencies": {
    "@types/chai": "5.2.3",
    "@types/sinon": "22.0.0",
    "@types/sinon-chai": "3.2.12",
    "@xapp/config": "0.3.0",
    "chai": "4.5.0",
    "mocha": "11.7.6",
    "sinon": "22.0.0",
    "sinon-chai": "3.7.0",
    "stentor-models": "1.74.0",
    "ts-node": "10.9.2",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "stentor-constants": "1.74.0"
  },
  "peerDependencies": {
    "stentor-models": "1.x"
  },
  "scripts": {
    "build": "tsc -d true -p .",
    "clean": "rm -rf ./lib/* ",
    "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
  }
}
