{
  "name": "cloud-js-utils",
  "version": "0.0.10",
  "description": "cloud_utils工具包",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --reporter spec",
    "build:common": "node build/build-lib.js"
  },
  "keywords": [
    "typescript"
  ],
  "author": "ming4762",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^3.3.4000"
  },
  "dependencies": {
    "axios": "^0.19.2",
    "ts-md5": "^1.2.4"
  }
}
