{
  "name": "@beardedtim/archie",
  "version": "0.1.14",
  "description": "A way to build _processors_ that _do things_ and result in _some context_ being set across them.",
  "main": "dist/source/index.js",
  "scripts": {
    "test": "ava",
    "build": "tsc"
  },
  "keywords": [],
  "author": "Tim Roberts <tim@mck-p.com>",
  "license": "MIT",
  "devDependencies": {
    "@beardedtim/archie": "0.1.4",
    "@types/express": "4.17.13",
    "@types/node": "17.0.19",
    "ava": "4.0.1",
    "express": "4.17.3",
    "ts-node": "10.5.0",
    "typescript": "4.5.5"
  },
  "ava": {
    "extensions": {
      "ts": "module"
    },
    "nodeArguments": [
      "--loader=ts-node/esm"
    ]
  },
  "dependencies": {
    "path-to-regexp": "6.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beardedtim/archie.git"
  },
  "bugs": {
    "url": "https://github.com/beardedtim/archie/issues"
  },
  "homepage": "https://github.com/beardedtim/archie#readme",
  "optionalDependencies": {
    "jsonschema": "1.4.0"
  }
}
