{
  "name": "gcp_object_upload",
  "version": "1.0.0",
  "description": "Upload files to GCS storage.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "ts-node-dev --respawn ./test/index.ts",
    "lint": "eslint --fix index.ts"
  },
  "keywords": [
    "Google-Cloud-Storage",
    "file-upload"
  ],
  "author": "chandra singh",
  "license": "MIT",
  "dependencies": {
    "@google-cloud/storage": "^4.1.0"
  },
  "devDependencies": {
    "@types/node": "^12.12.14",
    "@types/webgl-ext": "0.0.30",
    "@typescript-eslint/eslint-plugin": "^2.6.1",
    "@typescript-eslint/parser": "^2.6.1",
    "eslint": "^6.6.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "ts-node-dev": "^1.0.0-pre.44"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cchandra-bot/gcp-upload.git"
  },
  "bugs": {
    "url": "https://github.com/cchandra-bot/gcp-upload/issues"
  },
  "homepage": "https://github.com/cchandra-bot/gcp-upload#readme"
}
