package.json
{
"name": "lms-plugin-g4-12-qat",
"version": "1.0.0",
"description": "Gemma 4 12b-QAT tools: file editing, code search, and system prompt management",
"main": "src/index.ts",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"test:tools": "npx tsx tests/tools.test.ts",
"test:security": "npx tsx tests/security.ts",
"test": "npx tsx tests/tools.test.ts"
},
"author": "ankit",
"license": "ISC",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3"
}
}