{
  "name": "file-sharing-client-js",
  "description": "File Sharing Server API JS Client",
  "version": "1.0.85",
  "license": "MIT",
  "author": {
    "name": "Antanas Bastys"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "browser-bundle": "browserify lib/index.ts --standalone FileSharingClient -p [ tsify ] > dist/file-sharing-client.bundle.js",
    "build": "wix-proto-codegen --stringEnums --module . && tsc",
    "clean": "rm -rf dist package-lock.json",
    "release": "wnpm-release --no-shrinkwrap",
    "lint": "tslint -p ./tsconfig.test.json",
    "lint:fix": "npm run lint -- --fix",
    "test": "npm run all-tests",
    "all-tests": "npm run build && mocha -r ts-node/register --exit --timeout 120000 'test/**/*.spec.ts' && npm run lint",
    "sync-local": "rm -r ./node_modules/file-sharing-api/src/main/proto && cp -R ../file-sharing-api/src/main/proto ./node_modules/file-sharing-api/src/main/proto",
    "build-local": "npm run clean && npm run sync-local && npm run build",
    "local": "npm run build-local && DEBUG='wix:*' TESTKIT=Local npm run all-tests"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@types/node": "^10.0.0",
    "@types/node-fetch": "^2.1.6",
    "@types/uuid": "^3.4.4",
    "axios": "0.18.0",
    "browserify": "^16.2.3",
    "chai": "~4.2.0",
    "express": "^4.16.4",
    "file-sharing-api": "latest",
    "mocha": "^6.0.2",
    "node-fetch": "^2.1.6",
    "protos-common": "latest",
    "protos-query": "latest",
    "ts-node": "^8.0.2",
    "tsify": "^4.0.0",
    "tslint": "^5.13.1",
    "tslint-config-wix": "latest",
    "typescript": "^3.3.0",
    "uuid": "^3.3.2",
    "wix-proto-codegen": "latest",
    "wix-server-dockerized-testkit": "latest",
    "wnpm-ci": "latest"
  },
  "dependencies": {
    "bottleneck": "^2.17.1",
    "long": "^4.0.0",
    "protobufjs": "6.8.6",
    "@wix/catalyst-platformized-http-client": "latest"
  }
}
