{
  "name": "ufile-rest",
  "version": "1.5.1",
  "description": "ufile sdk for ucloud",
  "exports": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "type": "module",
  "engines": {
    "node": ">=15.0.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "ts-node-esm test/index.ts",
    "doc": "typedoc src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bangbang93/node-ufile-rest.git"
  },
  "keywords": [
    "ufile",
    "ucloud"
  ],
  "author": "bangbang93",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bangbang93/node-ufile-rest/issues"
  },
  "homepage": "https://github.com/bangbang93/node-ufile-rest#readme",
  "dependencies": {
    "@sindresorhus/is": "^4.6.0",
    "date-fns": "^2.28.0",
    "got": "^12.1.0",
    "mime-types": "^2.1.35",
    "ms": "^2.1.3"
  },
  "devDependencies": {
    "@bangbang93/eslint-config-recommended": "^0.0.1",
    "@types/mime-types": "^2.1.1",
    "@types/ms": "^0.7.31",
    "@types/node": "^17.0.21",
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "eslint": "^8.10.0",
    "mocha": "^10.1.0",
    "typedoc": "^0.22.13",
    "typescript": "^4.6.2"
  },
  "files": [
    "lib"
  ]
}
