@gluestack/glue-plugin-sdk
Version:
Gluestack Plugin SDK Manager
23 lines (22 loc) • 441 B
JSON
{
"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"
}
}