{
  "name": "@netdrive-sdk/ilanzou",
  "version": "1.0.3-alpha.4",
  "description": "蓝奏云优享/小飞机网盘SDK",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "!__tests__"
  ],
  "scripts": {
    "build": "tsc",
    "test": "ts-node -r dotenv/config ./__tests__/index.test.ts"
  },
  "author": "wes lin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wes-lin/netdrive-sdk.git",
    "directory": "packages/ilanzou"
  },
  "license": "AGPL-3.0",
  "dependencies": {
    "@netdrive-sdk/log": "^1.0.1",
    "@netdrive-sdk/core": "^1.0.1",
    "form-data": "^4.0.2",
    "got": "11.8.2"
  }
}
