UNPKG

fool-deploy

Version:

a fast deploy your web project in linux server

63 lines (62 loc) 1.36 kB
{ "name": "fool-deploy", "license": "MIT", "version": "0.1.0", "main": "dist/index.js", "author": "thomas-void0", "module": "dist/index.js", "description": "a fast deploy your web project in linux server", "repository": "https://github.com/thomas-void0/fool-deploy", "homepage": "https://github.com/thomas-void0/fool-deploy#readme", "keywords": [ "deploy", "nginx", "docker", "web deploy", "前端部署", "部署" ], "engines": { "node": ">=10" }, "bin": { "fool": "./dist/index.js" }, "scripts": { "build": "tsup", "test": "jest", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "husa": "node ./dist/index.js" }, "tsup": { "entry": [ "src/index.ts" ], "splitting": false, "sourcemap": false, "clean": true }, "peerDependencies": {}, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/shelljs": "^0.8.11", "conventional-changelog-cli": "^2.2.2", "jest": "^29.5.0", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "tslib": "^2.5.0", "tsup": "^6.7.0", "typescript": "^5.0.2" }, "dependencies": { "jest": "^29.5.0", "shelljs": "^0.8.5", "ts-jest": "^29.0.5" } }