{
  "name": "@adobe/aem-upload",
  "version": "2.0.5",
  "description": "AEM Assets direct binary access uploading tool",
  "main": "index.js",
  "browser": "./dist/exports.js",
  "license": "Apache-2.0",
  "repository": "adobe/aem-upload",
  "scripts": {
    "test": "npm run lint && npm run testOnly",
    "testOnly": "mocha --recursive ./test",
    "build": "rimraf dist && babel ./src --out-dir dist",
    "prepublishOnly": "npm test && npm run build",
    "coverage": "nyc npm run test",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "e2e": "mocha --recursive ./e2e",
    "semantic-release": "npx --yes -p semantic-release@^24 -p @semantic-release/changelog@^6 -p @semantic-release/git@^10 semantic-release"
  },
  "author": "Adobe",
  "contributors": [
    "Jun Zhang",
    "Mark Frisbey"
  ],
  "bugs": "https://github.com/adobe/aem-upload",
  "dependencies": {
    "@adobe/cloud-service-client": "^2.0.0",
    "@adobe/httptransfer": "^5.0.0",
    "async": "^3.2.0",
    "async-lock": "^1.2.8",
    "filesize": "^4.2.1",
    "node-fetch": "^2.6.9",
    "uuid": "^11.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.9.0",
    "@babel/polyfill": "^7.8.7",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-stage-2": "^7.8.3",
    "conventional-changelog-eslint": "^3.0.9",
    "dotenv": "^8.2.0",
    "eslint": "^8.38.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "json-loader": "^0.5.7",
    "mime": "^2.4.4",
    "mocha": "^10.2.0",
    "mock-fs": "^4.13.0",
    "nock": "^13.3.0",
    "nyc": "^18.0.0",
    "rimraf": "^3.0.2",
    "should": "^13.2.3",
    "sinon": "^9.2.3"
  },
  "overrides": {
    "uuid": "^11.1.1",
    "serialize-javascript": "^7.0.5"
  }
}
