{
  "name": "gcs-browser-resumable-upload",
  "version": "1.0.3",
  "description": "Send your GCS Session URI to a trusted uploader and let their browser handle the file upload directly to Google API.",
  "main": "./dist/index.js",
  "types": "./dist-es6/index.d.ts",
  "exports": {
    "import": "./dist-es6/index.js",
    "require": "./dist-es5/index.js"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "clean": "rm -Rf ./dist*",
    "build": "npm run clean && tsc && tsc -m es6 --outDir ./dist-es6 && webpack",
    "dev": "ts-node ./server/express.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Philip Nicholls <phil@code67.com>",
  "license": "ISC",
  "devDependencies": {
    "@types/base-64": "^1.0.0",
    "ts-loader": "^9.4.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.3",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "files": [
    "./src",
    "./dist",
    "./dist-es5",
    "./dist-es6"
  ],
  "dependencies": {
    "base-64": "^1.0.0",
    "crc-32": "^1.2.2"
  }
}
