{
   "name": "@sheetbase/drive-server",
   "version": "0.0.8",
   "description": "File management with Drive for Sheetbase backend app.",
   "author": "Sheetbase",
   "homepage": "https://sheetbase.net",
   "license": "MIT",
   "main": "dist/bundles/sheetbase-drive-server.umd.js",
   "module": "dist/fesm3/sheetbase-drive-server.js",
   "typings": "dist/sheetbase-drive-server.d.ts",
   "files": [
      "dist"
   ],
   "scripts": {
      "module": "sheetbase-app-scripts build",
      "readme": "sheetbase-app-scripts readme",
      "docs": "sheetbase-app-scripts docs",
      "build": "npm run module && npm run readme && npm run docs",
      "deploy": "sheetbase-app-scripts deploy",
      "lint": "tslint --project tslint.json && echo 'All files pass linting.'",
      "transpile-test": "tsc --project tests/tsconfig.test.json",
      "run-test": "nyc --cache false mocha --timeout 100000 -- build/tests/*.js",
      "test": "npm run transpile-test && npm run run-test",
      "coverage": "nyc --cache false report --reporter=text-lcov | coveralls"
   },
   "keywords": [
      "google-apps-script",
      "sheetbase",
      "drive",
      "file"
   ],
   "repository": {
      "type": "git",
      "url": "https://github.com/sheetbase/drive-server.git"
   },
   "bugs": {
      "url": "https://github.com/sheetbase/drive-server/issues"
   },
   "dependencies": {
      "blueimp-md5": "^2.10.0"
   },
   "peerDependencies": {
      "@sheetbase/core-server": "0.0.19"
   },
   "devDependencies": {
      "@sheetbase/app-scripts": "^0.0.28",
      "@types/chai": "^4.1.7",
      "@types/google-apps-script": "^0.0.32",
      "@types/mocha": "^5.2.5",
      "@types/node": "^10.12.8",
      "@types/sinon": "^5.0.7",
      "chai": "^4.2.0",
      "coveralls": "^3.0.2",
      "mocha": "^5.2.0",
      "nyc": "^13.1.0",
      "rollup-plugin-commonjs": "^9.2.0",
      "rollup-plugin-node-resolve": "^3.4.0",
      "sinon": "^7.1.1",
      "tslint": "^5.11.0",
      "typescript": "^3.1.6"
   }
}
