{
  "name": "activitypub-express",
  "version": "4.4.2",
  "description": "Modular ActivityPub implementation as Express middleware to easily add decentralization and federation to Node apps",
  "main": "index.js",
  "engines": {
    "node": ">=16",
    "npm": ">=7"
  },
  "scripts": {
    "test": "node --no-experimental-fetch node_modules/jasmine/bin/jasmine",
    "coverage": "nyc npm test && nyc report --reporter=text-lcov > lcov.info",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wmurphyrd/activitypub-express.git"
  },
  "keywords": [
    "ActivityPub",
    "social",
    "decentralized",
    "federated",
    "express"
  ],
  "author": "Will Murphy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wmurphyrd/activitypub-express/issues"
  },
  "homepage": "https://github.com/wmurphyrd/activitypub-express#readme",
  "dependencies": {
    "deepmerge": "^4.2.2",
    "express": "^4.18.0",
    "http-signature": "git+https://git@github.com/wmurphyrd/node-http-signature.git#9c02eeb",
    "jsonld": "^8.1.0",
    "mongo-escape": "^2.0.6",
    "mongodb": "^4.5.0",
    "on-finished": "^2.4.1",
    "overlaps": "^1.0.0",
    "request": "^2.88.2",
    "request-promise-native": "^1.0.9"
  },
  "devDependencies": {
    "jasmine": "^4.5.0",
    "jasmine-spec-reporter": "^7.0.0",
    "nock": "^13.2.4",
    "nyc": "^15.1.0",
    "standard": "^17.0.0",
    "supertest": "^6.2.3"
  }
}
