reshuffle-aws-connectors
Version:
A set of Reshuffle connectors for AWS services
57 lines (56 loc) • 1.59 kB
JSON
{
"name": "reshuffle-aws-connectors",
"version": "0.0.9",
"description": "A set of Reshuffle connectors for AWS services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"build:watch": "rimraf dist && tsc -w",
"clean": "rimraf dist node_modules package-lock.json",
"lint": "eslint . --ext .ts,.js --fix",
"prepublishOnly": "rimraf dist && tsc",
"prepare": "rimraf dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reshufflehq/reshuffle-aws-connectors.git"
},
"bugs": {
"url": "https://github.com/reshufflehq/reshuffle-aws-connectors/issues"
},
"homepage": "https://github.com/reshufflehq/reshuffle-aws-connectors#readme",
"keywords": [
"aws",
"cloud",
"integrations",
"reshuffle",
"services",
"workflows"
],
"author": "Avner Braverman",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.799.0",
"jszip": "^3.5.0",
"node-fetch": "^2.6.1",
"object-hash": "^2.0.3",
"reshuffle-base-connector": "0.0.11",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/node": "^14.14.10",
"@types/node-fetch": "^2.5.7",
"@types/object-hash": "^1.3.4",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.2.0",
"ts-node": "^9.0.0",
"typescript": "^4.1.2"
}
}