{ "name": "action-upload-webdav", "version": "0.0.1", "private": true, "description": "Github Action for uploading files to a webdav server", "main": "lib/main.js", "scripts": { "lint": "eslint src/**/*.ts", "build": "tsc", "package-pre": "ncc build lib/ping.js -o dist/pre", "package": "ncc build --source-map --license LICENSE lib/main.js", "dist": "npm run build && npm run package-pre && npm run package", "format": "prettier --write src/*.ts src/**/*.ts src/**/**/*.ts", "test": "jest", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/bxb100/action-upload-webdav" }, "keywords": [ "actions", "node", "setup" ], "author": "bxb100", "license": "MIT", "dependencies": { "@actions/core": "1.10.0", "@actions/github": "5.1.1", "@actions/glob": "0.3.0", "webdav": "4.11.0" }, "devDependencies": { "@types/jest": "27.5.2", "@types/node": "16.18.0", "@typescript-eslint/parser": "5.40.1", "@vercel/ncc": "0.34.0", "eslint": "8.24.0", "eslint-plugin-github": "4.4.0", "husky": "8.0.1", "jest": "27.5.1", "jest-circus": "27.5.1", "prettier": "2.7.1", "ts-jest": "27.1.5", "typescript": "4.8.3" } }