{
  "name": "bridgets",
  "version": "1.0.47",
  "description": "",
  "main": "dist/Lib/index.js",
  "types": "dist/Lib/index.d.ts",
  "files": [
    "/dist"
  ],
  "bridgeType": {
    "name": "SDKRoutes",
    "source": "./Example/index.ts"
  },
  "scripts": {
    "dev-test": "clear && nodemon --config nodemon.json ./Example/index.ts",
    "compile-test": "npx ts-node ./Example/index.ts -compileBridgeSDK",
    "build": "tsc",
    "remove-dist": "if [ -d dist ]; then rm -rf dist; fi",
    "publish-minor": "npm run remove-dist && tsc && npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digitalu/bridgets.git"
  },
  "keywords": [
    "Express",
    "API",
    "SDK",
    "Generation",
    "Typed"
  ],
  "author": "El Ouahabi Nabil",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/digitalu/bridgets/issues"
  },
  "homepage": "https://github.com/digitalu/bridgets#readme",
  "dependencies": {
    "adm-zip": "^0.5.9",
    "form-data": "^4.0.0",
    "formidable": "^2.0.1",
    "json-schema-to-zod": "^0.1.1",
    "zod-to-json-schema": "^3.17.0"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.0",
    "@types/bluebird": "^3.5.36",
    "@types/express": "^4.17.13",
    "@types/formidable": "^2.0.5",
    "@types/readline-sync": "^1.4.4",
    "axios": "^0.27.2",
    "child_process": "^1.0.2",
    "express": "^4.18.1",
    "minimist": "^1.2.6",
    "nodemon": "^2.0.16",
    "readline-sync": "^1.4.10",
    "superstruct": "^0.15.4",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.4",
    "yup": "^0.32.11",
    "zod": "^3.14.4"
  }
}
