{
  "name": "zation-server",
  "version": "3.0.0-pre-alpha.25",
  "license": "SEE LICENSE IN <README.md>",
  "description": "The server component of the Zation framework",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npx webpack --config webpack.config.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ZationServer/zation-server.git"
  },
  "files": [
    "dist/**/*",
    "!.DS_Store"
  ],
  "author": {
    "name": "Ing. Luca Gian Scaringella",
    "email": "lucacode1@gmail.com"
  },
  "dependencies": {
    "@types/hashset": "3.0.29",
    "@types/ip": "^1.1.0",
    "@types/moment-timezone": "0.5.30",
    "@types/node": "^16.6.0",
    "@types/node-fetch": "2.5.12",
    "@types/object-path": "0.11.1",
    "@types/uniqid": "5.3.1",
    "@types/useragent": "2.3.1",
    "base64url": "3.0.1",
    "byte-length": "1.0.2",
    "emitix": "^2.2.0",
    "crypto2": "2.0.0",
    "eosjs-ecc": "4.0.7",
    "fast-stringify": "2.0.0",
    "queric": "2.0.0",
    "ip": "^1.1.8",
    "jsonwebtoken": "9.0.0",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.43",
    "node-fetch": "^2.6.7",
    "object-path": "^0.11.8",
    "portscanner": "2.2.0",
    "source-map-support": "^0.5.19",
    "stringify-object": "3.3.0",
    "treeify": "1.1.0",
    "ts-essentials": "^7.0.3",
    "uniqid": "5.4.0",
    "url": "0.11.0",
    "useragent": "2.3.0",
    "uuid": "8.3.2",
    "validator": "13.7.0",
    "machine-state": "0.9.0",
    "zation-panel": "3.0.0-pre-alpha.8",
    "zation-bag-extension": "7.0.0",
    "zation-service": "0.8.0",
    "ziron-worker": "9.9.4",
    "ziron-node-stream-connector": "1.4.0"
  },
  "devDependencies": {
    "acorn": "^8.4.1",
    "@types/ts-nameof": "4.2.1",
    "filemanager-webpack-plugin": "^6.1.6",
    "javascript-obfuscator": "^2.19.0",
    "terser-webpack-plugin": "^5.2.3",
    "ts-loader": "^9.2.5",
    "ts-nameof": "^5.0.0",
    "typescript": "^4.3.5",
    "webpack": "^5.97.1",
    "webpack-cli": "^4.8.0",
    "webpack-node-externals": "^3.0.0",
    "webpack-obfuscator": "^3.4.1",
    "ts-jest": "^27.1.2",
    "@types/jest": "^27.0.3",
    "jest": "^27.4.5",
    "jest-each": "^27.0.6"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "globals": {
      "ts-jest": {
        "diagnostics": false,
        "astTransformers": {
          "before": [
            "ts-nameof"
          ]
        }
      }
    }
  }
}
