{
  "name": "ali-oss-extra",
  "version": "0.1.1",
  "description": "Extend the official ali-oss with more convenient methods, such as listing, syncing or deleting a directory, put or delete a list of files etc.",
  "main": "dst/index.js",
  "scripts": {
    "build": "babel src --out-dir dst",
    "pretest": "npm run style && npm run build",
    "style": "standard -v src/*.js test/*.js",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "test": "istanbul cover _mocha -- -R spec --require @babel/register test/*.test.js",
    "test:quick": "mocha --require @babel/register test/*.test.js",
    "test:watch": "watch 'npm run test' src",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jackytck/ali-oss-extra.git"
  },
  "keywords": [
    "ali-oss",
    "aliyun"
  ],
  "author": "Jacky Tang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jackytck/ali-oss-extra/issues"
  },
  "homepage": "https://github.com/jackytck/ali-oss-extra#readme",
  "standard": {
    "parser": "babel-eslint"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.5.5",
    "babel-eslint": "^10.0.2",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-things": "^0.2.0",
    "coveralls": "^3.0.6",
    "dotenv": "^8.0.0",
    "istanbul": "1.0.0-alpha.2",
    "mocha": "^6.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "node-notifier": "^5.0.1",
    "standard": "^13.1.0",
    "watch": "^1.0.2"
  },
  "dependencies": {
    "ali-oss": "^6.1.1",
    "async": "^3.1.0",
    "fs-extra-promise": "^1.0.1",
    "is-there": "^4.4.4",
    "lodash": "^4.17.0",
    "moment": "^2.16.0",
    "walk": "^2.3.14"
  }
}
