UNPKG

scc-serverless

Version:

Deliver Cloudflare logs to Google Cloud Security Command Center

86 lines (85 loc) 2.19 kB
{ "name": "scc-serverless", "version": "0.1.0", "description": "Deliver Cloudflare logs to Google Cloud Security Command Center", "main": "index.js", "author": "Frank Taylor", "license": "MIT", "preferGlobal": true, "bin": { "express": "./bin/cse-cli.js" }, "engines": { "node": "8.14.0" }, "scripts": { "file": "node -r dotenv/config", "dev": "node -r dotenv/config .env.js", "main": "bin/cse-cli.js", "lint": "eslint .", "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "mocha --reporter spec --check-leaks test/" }, "devDependencies": { "dotenv": "^6.2.0", "serverless-google-cloudfunctions": "*", "eslint": "4.19.1", "eslint-config-standard": "11.0.0", "eslint-plugin-import": "2.12.0", "eslint-plugin-node": "6.0.1", "eslint-plugin-promise": "3.8.0", "eslint-plugin-standard": "3.1.0", "mocha": "3.5.3", "rimraf": "2.5.4", "supertest": "1.2.0", "tmp": "0.0.33", "tree-kill": "1.2.0", "validate-npm-package-name": "3.0.0", "gulp": "^4.0.0" }, "keywords": [ "cloudflare", "scc", "cscc", "security command center", "google cloud", "google cloud scc", "google", "security", "security events", "app" ], "files": [ "LICENSE", "bin/" ], "dependencies": { "@google-cloud/asset": "^0.1.1", "@google-cloud/bigquery": "^2.0.5", "@google-cloud/datastore": "^2.0.0", "@google-cloud/error-reporting": "^0.5.2", "@google-cloud/pubsub": "^0.22.2", "@google-cloud/security-center": "^0.1.1", "@google-cloud/storage": "^2.3.4", "ajv": "^5.5.2", "bigquery-parser": "0.0.3", "body-parser": "^1.18.3", "cli-color": "^1.4.0", "commander": "2.15.1", "ejs": "2.6.1", "exec-sh": "^0.3.2", "fs-extra": "^7.0.1", "google-auto-auth": "^0.10.1", "google-gax": "^0.23.0", "grpc": "^1.18.0", "grpc-errors": "^1.1.1", "lodash.merge": "^4.6.0", "memory-streams": "^0.1.3", "mkdirp": "0.5.1", "prompts": "^2.0.0", "protobufjs": "^6.8.8", "shellsync": "^0.2.1", "yaml": "^1.2.0", "yargs": "^12.0.5" } }