{
  "name": "stentor-request",
  "repository": {
    "type": "git",
    "url": "https://github.com/stentorium/stentor.git",
    "directory": "packages/stentor-request"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.74.9",
  "description": "Request for stentor",
  "types": "lib/index",
  "main": "lib/index",
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">=18"
  },
  "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.8.0",
    "sinon": "22.1.0",
    "sinon-chai": "3.7.0",
    "stentor-models": "1.79.0",
    "stentor-storage": "1.74.9",
    "ts-node": "10.9.2",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@xapp/patterns": "2.0.3",
    "stentor-constants": "1.74.5",
    "stentor-guards": "1.74.5",
    "stentor-interaction-model": "1.74.9",
    "stentor-utils": "1.76.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\""
  },
  "gitHead": "bb8fead16cbd0cff42ea73d73f0da9a5401c4c99"
}
