{
  "name": "@kth/kth-studadm-node-app",
  "version": "7.1.0",
  "description": "Provides common functionality for the StudAdm node applications",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "automaticPublish": "true",
  "scripts": {
    "build": "tsc",
    "start": "node dist/example/app.js",
    "watch-client": "webpack --config src/example/webpack.config.js --watch",
    "codecheck": "eslint -c .eslintrc.json 'src/**/*.{ts,tsx}' --ext .ts,.tsx",
    "codecheck-fix": "eslint -c .eslintrc.json --fix 'src/**/*.{ts,tsx}'",
    "preversion": "npm run codecheck && npm test",
    "postversion": "git push && git push --tags",
    "prepack": "rm -r dist && npm run build && npm test && npm run codecheck",
    "test": "mocha --require ts-node/register \"src/**/*.test.{ts,tsx}\"",
    "update": "npm-check-updates --doctor -u"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KTH/kth-studadm-node-app.git"
  },
  "author": {
    "name": "Stefan Sundkvist",
    "email": "sst@kth.se"
  },
  "license": "MIT",
  "dependencies": {
    "@kth/cortina-block": "^5.1.1",
    "@kth/kth-node-passport-oidc": "^5.2.0",
    "@types/cookie-parser": "^1.4.7",
    "@types/redis": "^4.0.10",
    "body-parser": "^1.20.2",
    "bunyan": "^1.8.15",
    "cookie-parser": "^1.4.6",
    "eslint-plugin-tsc": "^2.0.0",
    "express": "^4.19.2",
    "inferno": "^8.2.3",
    "inferno-create-element": "^8.2.3",
    "inferno-server": "^8.2.3",
    "kth-node-redis": "^3.3.0",
    "kth-style": "^9.1.2",
    "redis": "^4.6.15",
    "ts-loader": "^9.5.1"
  },
  "devDependencies": {
    "@types/chai": "^4.3.16",
    "@types/cookie-session": "^2.0.49",
    "@types/express": "^4.17.21",
    "@types/mocha": "^10.0.7",
    "@types/node": "^20.14.10",
    "@types/passport": "^1.0.16",
    "@typescript-eslint/eslint-plugin": "^7.15.0",
    "@typescript-eslint/parser": "^7.15.0",
    "chai": "^4.1.2",
    "cookie-session": "^2.1.0",
    "dotenv": "^16.4.5",
    "eslint": "^8.56.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.4.0",
    "eslint-plugin-standard": "^5.0.0",
    "kth-node-configuration": "^2.1.0",
    "kth-node-log": "^3.1.3",
    "mocha": "^10.6.0",
    "npm-check-updates": "^16.14.20",
    "passport": "^0.7.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.3",
    "webpack": "^5.92.1",
    "webpack-assets-manifest": "^5.2.1",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "kth-node-log": "^3.1.3",
    "passport": "^0.7.0"
  }
}
