{
  "name": "mammoth-api",
  "version": "0.1.3",
  "description": "Typescript types for the mammoth server.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "typeRoots": [
    "../node_modules/@types"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "test": "tsc && cross-env NODE_ENV=test jest"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@gitlab.koehn.com:2201/mammoth/mammoth-api.git"
  },
  "keywords": [
    "mammoth"
  ],
  "author": "Brad Koehn <brad@koe.hn>",
  "license": "SEE LICENSE IN LICENSE",
  "devDependencies": {
    "mammoth-activitypub": "^0.3.5",
    "mammoth-activitystreams": "^0.3.17",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "@types/node": "^14.0.12"
  }
}
