{
  "name": "@gluestack-v2/glue-plugin-service-gateway",
  "version": "0.1.11",
  "description": "Gluestack V2 service Gateway Plugin",
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/gluestack-v2/glue-plugin-service-gateway",
    "directory": "packages/glue-plugin-service-gateway"
  },
  "keywords": [
    "gluestack",
    "v2",
    "fullstack",
    "framework",
    "cli",
    "mobile",
    "web",
    "storybook",
    "shared-components"
  ],
  "license": "MIT",
  "dependencies": {
    "@gluestack-v2/framework-cli": "^0.1.x",
    "@gluestack/helpers": "^0.0.x",
    "@types/node": "^18.11.17",
    "cors": "^2.8.5",
    "prompts": "^2.4.2",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc"
  },
  "peerDependencies": {
    "@gluestack-v2/glue-plugin-develop": "^0.1.x",
    "@gluestack-v2/glue-plugin-sdk": "^0.1.x"
  }
}
