{
  "name": "INSTANCENAME",
  "version": "1.0.0",
  "description": "Gluestack Plugins SDK Manager",
  "repository": {
    "type": "git",
    "url": "https://github.com/gluestack/glue-plugin-sdk"
  },
  "keywords": [
    "npm",
    "glue-plugin-sdk"
  ],
  "license": "ISC",
  "main": "dist/src/index.js",
  "dependencies": {
    "@gluestack/glue-plugin-sdk": "^0.x.x"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch"
  }
}
