UNPKG

vite-plugin-node-ssh

Version:
34 lines (33 loc) 719 B
{ "name": "vite-plugin-node-ssh", "version": "1.0.0", "description": "vite plugin power by node-ssh", "main": "dist/main.js", "scripts": { "build": "rm -rf dist/ && tsup src/main.ts --dts --no-splitting", "release": "standard-version" }, "keywords": [ "vite", "vite-plugin", "ssh2", "node-ssh", "ssh-promise" ], "author": "afine970", "license": "ISC", "devDependencies": { "@types/ssh2": "^1.11.5", "standard-version": "^9.5.0", "tsup": "^6.2.3", "typescript": "^4.8.3", "vite": "^3.1.0" }, "dependencies": { "node-ssh": "^13.0.0" }, "repository": { "type": "git", "url": "https://github.com/AFine970/vite-plugin-node-ssh" } }