FTP-Deploy-Action/package.json
2020-10-23 23:41:37 -05:00

36 lines
821 B
JSON

{
"name": "ftp-deploy-action",
"version": "1.0.1",
"private": true,
"description": "Automate deploying websites and more with this GitHub action",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"lint": "eslint src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamKirkland/FTP-Deploy-Action.git"
},
"keywords": [
"website deploy",
"continuous integration",
"ftp",
"ftps"
],
"author": "Sam Kirkland",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@samkirkland/ftp-deploy": "^0.9.7",
"ts-node-dev": "^1.0.0-pre.62"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"js-yaml": "^3.14.0",
"typescript": "^4.0.2"
}
}