{
  "name": "verteilen-core",
  "version": "1.4.93",
  "license": "MIT",
  "homepage": "https://verteilen.github.io/wiki/",
  "author": "Elly",
  "repository": "https://github.com/Verteilen/Verteilen-Core",
  "description": "The core library help verteilen software to work",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/Verteilen/Verteilen-Core/issues"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest --coverage",
    "test:init": "ts-jest config:init"
  },
  "devDependencies": {
    "@types/bcrypt": "^5.0.2",
    "@types/jest": "^30.0.0",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^25.5.2",
    "@types/pem": "^1.14.4",
    "@types/semver": "^7.7.1",
    "@types/tcp-port-used": "^1.0.4",
    "ts-jest": "^29.3.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@intlify/devtools-types": "^11.1.12",
    "bcrypt": "^5.1.1",
    "browser-or-node": "^3.0.0",
    "byte-size": "^9.0.1",
    "expressionparser": "^1.1.5",
    "i18n-js": "^4.5.1",
    "jest": "^29.7.0",
    "jsonwebtoken": "^9.0.2",
    "mongodb": "^7.0.0",
    "pem": "^1.14.8",
    "semver": "^7.7.3",
    "socket.io": "^4.8.1",
    "socket.io-client": "^4.8.1",
    "systeminformation": "^5.30.0",
    "tcp-port-used": "^1.0.2",
    "tree-kill": "^1.2.2",
    "uuid": "^11.0.5",
    "verteilen-core": "^1.4.48",
    "vue-i18n": "^11.1.12"
  }
}
