{
  "name": "pod-server",
  "version": "0.3.4",
  "description": "Solid pod server, composed from various independent TypeScript modules.",
  "main": "dist/app.js",
  "dependencies": {
    "@types/debug": "^4.1.4",
    "@types/koa": "^2.0.49",
    "@types/koa-session": "^5.10.1",
    "@types/koa-static-server": "^1.3.0",
    "@types/koa-views": "^2.0.3",
    "@types/node": "^11.12.1",
    "@types/redis": "^2.8.12",
    "@types/semver": "^6.0.2",
    "@types/ws": "^6.0.1",
    "buffer-to-stream": "^1.0.0",
    "debug": "^4.1.1",
    "koa": "^2.7.0",
    "koa-session": "^5.12.2",
    "koa-static-server": "^1.4.0",
    "mashlib": "^1.0.0",
    "redis": "^2.8.0",
    "semver": "^6.3.0",
    "solid-idp": "0.1.5-build3",
    "solid-server-ts": "^0.1.1",
    "wac-ldp": "^0.9.5",
    "websockets-pubsub": "^0.3.7",
    "ws": "^6.2.1"
  },
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "@types/mockdate": "^2.0.0",
    "copyfiles": "^2.1.1",
    "coveralls": "^3.0.3",
    "jest": "^24.7.1",
    "mockdate": "^2.0.2",
    "ts-jest": "^24.0.2",
    "ts-node-dev": "^1.0.0-pre.32",
    "tslint": "^5.15.0",
    "tslint-config-standard": "^8.0.1",
    "typedoc": "^0.14.2",
    "typescript": "^3.4.2"
  },
  "scripts": {
    "start": "node dist/standalone.js",
    "dev": "ts-node-dev --project \"tsconfig.json\" src/standalone.ts",
    "build": "tsc -p tsconfig.json && npm run copy-template",
    "copy-template": "copyfiles -u 1 ./**/*.ejs ./dist && copyfiles -u 1 ./**/*.css ./dist",
    "jest": "jest",
    "lint": "tslint -t stylish --project \"tsconfig.json\"",
    "test": "npm run lint && npm run jest",
    "docs": "typedoc --out docs --mode modules src",
    "coverage": "jest --coverage",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
    "prepare": "cd node_modules/wac-ldp ; npm install ; npm run build ; cd ../websockets-pubsub ; npm install ; npm run build ; cd ../.."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inrupt/pod-server.git"
  },
  "engines": {
    "node": ">=12"
  },
  "author": "inrupt, Inc.",
  "contributors": [
    "Michiel de Jong (https://github.com/michielbdejong)",
    "Jackson Morgan (https://github.com/jaxoncreed)",
    "Ruben Verborgh (https://github.com/rubenverborgh)",
    "Kjetil Kjernsmo (https://github.com/kjetilk)",
    "Pat McBennett (https://github.com/pmcb55)",
    "Justin Bingham (https://github.com/justinwb)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inrupt/pod-server/issues"
  },
  "homepage": "https://github.com/inrupt/pod-server#readme"
}
