{
  "name": "exodas",
  "version": "10.8.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "description": " ",
  "scripts": {
    "watch": "nodemon --swc src/Examples/server/example.ts --ignore dist/ --ignore build/ --ignore **/src/Examples/client/** --ignore **/src/Examples/server/graphs/GraphSchema/**",
    "build": "rimraf ./dist && rimraf ./build && rollup -c",
    "publish": "yarn build && yarn npm publish"
  },
  "dependencies": {
    "@apollo/server": "^4.12.2",
    "@typegoose/typegoose": "^12.20.0",
    "@types/node": "^24.10.2",
    "axios": "^1.13.2",
    "bytes": "^3.1.2",
    "chalk": "4.1.2",
    "crypto-js": "^4.2.0",
    "fast-glob": "^3.3.3",
    "file-type": "16.5.4",
    "fs-extra": "^11.3.2",
    "graphql": "^16.12.0",
    "graphql-scalars": "^1.25.0",
    "jsonc-parser": "^3.3.1",
    "jwt-decode": "^4.0.0",
    "lz-string": "^1.5.0",
    "module-alias": "^2.2.3",
    "mongoose": "~8.19.1",
    "moo": "^0.5.2",
    "ms": "^2.1.3",
    "open": "8.4.2",
    "parse-multipart-data": "^1.5.0",
    "prettier": "^3.7.4",
    "prismjs": "^1.30.0",
    "reflect-metadata": "^0.2.2",
    "tn-capitalize": "^1.1.3",
    "tn-case": "^3.0.1",
    "tn-cloneobj": "^2.0.0",
    "tn-consoler": "^2.2.0",
    "tn-deepobj": "^2.2.0",
    "tn-firerate": "^1.2.2",
    "tn-random": "^2.0.1",
    "tn-sleep": "^1.0.0",
    "tn-sortobj": "^1.1.1",
    "tn-time": "^6.3.2",
    "tn-typescript": "^2.1.5",
    "tn-uniqarr": "^2.1.0",
    "tn-uniqid": "^1.0.1",
    "tn-validate": "^4.1.5",
    "type-graphql": "^2.0.0-rc.2",
    "typescript": "^5.9.3"
  },
  "devDependencies": {
    "@apollo/client": "^3.13.8",
    "@rollup/plugin-terser": "^0.4.4",
    "@swc/core": "^1.15.3",
    "@types/bytes": "^3.1.5",
    "@types/crypto-js": "^4.2.2",
    "@types/fs-extra": "^11.0.4",
    "@types/module-alias": "^2.0.4",
    "@types/moo": "^0.5.10",
    "@types/ms": "^2.1.0",
    "@types/prismjs": "^1.26.5",
    "rollup": "^4.53.3",
    "rollup-plugin-typescript2": "^0.36.0",
    "tn-prettier-imports": "^2.1.0"
  }
}