This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/scripts/package.json
2025-03-07 14:59:06 +01:00

21 lines
488 B
JSON

{
"name": "file-deployment",
"version": "1.0.0",
"description": "Simple deployment script using Node-SSH",
"main": "deploy.js",
"type": "commonjs",
"scripts": {
"deploy": "node deploy.js"
},
"keywords": [
"deployment"
],
"author": "Guenter",
"license": "ISC",
"dependencies": {
"@plastichub/fs": "file:../../../osr/osr-mono/packages/fs",
"@plastichub/osr-commons": "file:../../../osr/osr-mono/packages/osr-commons",
"node-ssh": "^13.2.0"
}
}