{
  "name": "@aics/aicsfiles",
  "version": "3.0.6",
  "description": "Client library for the AICS File Storage Service",
  "main": "lib/index.js",
  "module": "es/index.js",
  "browser": "dist/index.js",
  "types": "type-declarations",
  "scripts": {
    "postversion": "git push && git push --tags",
    "test": "mocha --require ts-node/register --require scripts/chai-setup.js src/**/*.test.ts"
  },
  "files": [
    "es",
    "lib",
    "dist",
    "type-declarations",
    "README.md",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.1",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-typescript": "^7.10.4",
    "@types/chai": "~4.2.11",
    "@types/chai-as-promised": "^7.1.0",
    "@types/humps": "^1.1.2",
    "@types/lodash": "^4.14.123",
    "@types/mocha": "~5.2",
    "@types/node": "^11.13.0",
    "@types/rimraf": "^3.0.0",
    "@types/sinon": "^7.0.11",
    "@types/sinon-chai": "^3.2.4",
    "@types/uuid": "^3.4.5",
    "@typescript-eslint/eslint-plugin": "^3.7.1",
    "@typescript-eslint/parser": "^3.7.1",
    "babel-loader": "~8.0",
    "chai": "~4.2",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.6.0",
    "eslint-config-prettier": "^6.11.0",
    "husky": "^1.3.1",
    "js-logger": "^1.6.0",
    "lint-staged": "^8.1.0",
    "mocha": "~5.2",
    "nyc": "~13.1",
    "prettier": "^1.16.1",
    "sinon": "^7.3.1",
    "sinon-chai": "^3.5.0",
    "ts-node": "~8.0",
    "typescript": "~3.9.7",
    "webpack": "~4.29",
    "webpack-cli": "~3.2"
  },
  "dependencies": {
    "@aics/job-status-client": "^1.1.2",
    "@babel/polyfill": "^7.4.4",
    "axios": "^0.19.0",
    "humps": "^2.0.1",
    "lodash": "^4.17.11",
    "rimraf": "^3.0.2",
    "uuid": "^3.3.2"
  }
}
