{
  "name": "@gluestack/glue-plugin-sdk",
  "version": "0.0.28",
  "description": "Gluestack Plugin SDK Manager",
  "repository": {
    "type": "git",
    "url": "https://github.com/gluestack/glue-plugin-sdk"
  },
  "keywords": [
    "gluestack",
    "glue-plugin-sdk"
  ],
  "engines": {
    "node": ">=18 <19"
  },
  "license": "ISC",
  "dependencies": {
    "@gluestack/framework": "^0.0.x",
    "@gluestack/helpers": "^0.0.12",
    "@types/node": "^18.11.19",
    "typescript": "^4.9.5"
  },
  "main": "dist/src/index",
  "typings": "dist/src/index",
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc --declaration"
  },
  "peerDependencies": {
    "@gluestack/framework": "^0.0.x"
  }
}
