package.json
{
"name": "nano-fs-tools",
"version": "1.0.0",
"description": "Ultra lightweight file, plan, and multi-hardware subagent tools for LM Studio",
"main": "dist/index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"author": "arkantu",
"license": "ISC",
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3"
}
}
package.json
{
"name": "nano-fs-tools",
"version": "1.0.0",
"description": "Ultra lightweight file, plan, and multi-hardware subagent tools for LM Studio",
"main": "dist/index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"author": "arkantu",
"license": "ISC",
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3"
}
}