Initial vmc CLI
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "vm-cloud",
|
||||
"version": "0.0.1",
|
||||
"description": "Hetzner ops + research documentation CLI",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"vmc": "bin/vmc"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsx src/cli.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/cli.js",
|
||||
"mcp": "tsx src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@noble/ed25519": "^2.1.0",
|
||||
"@modelcontextprotocol/sdk": "^1.0.0",
|
||||
"@noble/hashes": "^1.4.0",
|
||||
"commander": "^12.0.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"json-canonicalize": "^1.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
"tsx": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user