vite-ssh-plugin
Version:
vite cdn upload plugin
43 lines (42 loc) • 913 B
JSON
{
"name": "vite-ssh-plugin",
"version": "1.0.12",
"description": "vite cdn upload plugin",
"scripts": {
"build": "tsup"
},
"keywords": [
"vite",
"shh2",
"scp2",
"upload"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiexiaopeng/vite-ssh-plugin.git"
},
"author": "xiexiaopeng",
"license": "ISC",
"bugs": {
"url": "https://github.com/xiexiaopeng/vite-ssh-plugin/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/xiexiaopeng/vite-ssh-plugin#readme",
"devDependencies": {
"@types/node": "^18.15.11",
"@types/ssh2": "^1.11.10",
"scp2": "^0.5.0",
"ssh2": "^1.11.0",
"tsup": "6.7.0",
"typescript": "^4.9.5"
}
}