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