fast-deployment
Version:
A lightweight Node.js package for rapid deployment of Vue.js, Next.js, and Nuxt.js applications
64 lines • 1.52 kB
JSON
{
"name": "fast-deployment",
"version": "0.1.2",
"description": "A lightweight Node.js package for rapid deployment of Vue.js, Next.js, and Nuxt.js applications",
"bin": {
"fast-deployment": "./dist/bin/deploy.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm test && npm run build"
},
"dependencies": {
"dotenv": "^16.4.5",
"ssh2": "^1.15.0",
"ssh2-sftp-client": "^9.0.4",
"tar": "^6.2.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.11.30",
"@types/ssh2": "^1.11.19",
"@types/ssh2-sftp-client": "^9.0.3",
"@types/tar": "^6.1.11",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"memfs": "^4.6.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3"
},
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"deployment",
"vue",
"next",
"nuxt",
"automated-deployment",
"deployment-tool",
"ci-cd"
],
"author": {
"name": "Aria Sabouri",
"url": "https://github.com/ariasabouri"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariasabouri/fast-deployment.git"
},
"bugs": {
"url": "https://github.com/ariasabouri/fast-deployment/issues"
},
"homepage": "https://github.com/ariasabouri/fast-deployment#readme",
"license": "MIT"
}