{
  "name": "@pointcloudtechnology/resumablejs",
  "version": "7.0.1",
  "description": "A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.",
  "main": "dist/main.js",
  "private": false,
  "types": "./dist/resumable.d.ts",
  "scripts": {
    "build": "webpack",
    "production": "webpack --mode production"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pointcloudtechnology/resumable.js.git"
  },
  "keywords": [
    "html5",
    "file",
    "upload"
  ],
  "author": "https://github.com/pointcloudtechnology/resumable.js/graphs/contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pointcloudtechnology/resumable.js/issues"
  },
  "homepage": "https://github.com/pointcloudtechnology/resumable.js#readme",
  "devDependencies": {
    "copy-webpack-plugin": "^11.0.0",
    "source-map-loader": "^3.0.1",
    "ts-loader": "^9.2.6",
    "webpack": "^5.47.0",
    "webpack-cli": "^4.7.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
