@guyycodes/plugin-sdk
Version:
AI-powered plugin scaffolding tool - Create full-stack applications with 7+ AI models, 50+ business integrations, and production-ready infrastructure
65 lines (64 loc) • 1.5 kB
JSON
{
"name": "@guyycodes/plugin-sdk",
"version": "1.0.20",
"description": "AI-powered plugin scaffolding tool - Create full-stack applications with 7+ AI models, 50+ business integrations, and production-ready infrastructure",
"main": "bin/finalCli.js",
"bin": {
"plugin-sdk": "./bin/finalCli.js"
},
"scripts": {
"test": "jest",
"build": "echo 'No build step required'",
"prepublishOnly": "npm test"
},
"files": [
"bin/",
"LICENSE"
],
"keywords": [
"plugin",
"scaffold",
"cli",
"scaffolding",
"generator",
"ai",
"langchain",
"langgraph",
"gpt",
"vite",
"react",
"typescript",
"nodejs",
"python",
"fastapi",
"express",
"oauth",
"fullstack",
"quickbooks",
"stripe",
"shopify",
"integrations",
"business-tools"
],
"author": "Morgan Beals <morgbeals@levleupco.com>",
"license": "MIT-Attribution",
"private": false,
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^8.2.6",
"ora": "^5.4.1"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"jest": "^29.7.0"
},
"engines": {
"node": ">=16.0.0"
},
"preferGlobal": true,
"publishConfig": {
"access": "public"
}
}