{
  "name": "nodebb-plugin-arma3-slotting",
  "homepage": "https://github.com/gruppe-adler/nodebb-plugin-arma3-slotting",
  "version": "6.2.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/gruppe-adler/nodebb-plugin-arma3-slotting"
  },
  "dependencies": {
    "saxophone": "^0.8.0",
    "uuid": "^9.0.0"
  },
  "engines": {
    "node": ">=8.6.9"
  },
  "main": "./plugin.js",
  "peerDependencies": {
    "body-parser": "*",
    "nodebb-plugin-attendance": "*",
    "winston": "*"
  },
  "devDependencies": {
    "@types/express": "^4.17.9",
    "@types/jasmine": "^2.8.17",
    "@types/node": "^8.10.66",
    "@types/uuid": "^7.0.4",
    "jasmine": "^2.7.0",
    "jasmine-spec-reporter": "^4.2.0",
    "node-typescript": "^0.1.3",
    "typescript": "^3.0.0",
    "winston": "^3.3.3"
  },
  "nbbpm": {
    "compatibility": "^2.0.0"
  },
  "scripts": {
    "test": "npm run build && npm run test:run",
    "test:run": "node_modules/.bin/jasmine --config=jasmine.json --helper=jasmine.js",
    "build": "node_modules/.bin/tsc",
    "build:watch": "node_modules/.bin/tsc -w",
    "release:patch": "release-it -n",
    "release:minor": "release-it minor -n",
    "release:major": "release-it major -n"
  }
}
