{
  "name": "@cloudos/fs",
  "version": "1.1.27",
  "types": "./lib/index.d.ts",
  "files": [
    "dist/**/*",
    "lib/**/*"
  ],
  "exports": {
    ".": {
      "require": "./dist/fs.cjs",
      "import": "./lib/index.js"
    }
  },
  "scripts": {
    "dev": "vite --host --port 3000",
    "build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
    "test": "jest --runInBand",
    "test:coverage": "jest --runInBand --coverage",
    "lint:styles": "stylelint ./**/*.{css,scss}",
    "lint:ts": "tslint -p tsconfig.json",
    "lint": "yarn lint:ts",
    "format:scripts": "prettier . --write",
    "format:styles": "stylelint ./**/*.{css,scss} --fix",
    "format": "yarn format:scripts",
    "prepare": "yarn build",
    "prepublishOnly": "npm test && npm run format && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "update": "yarn publish --patch"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/jsdom": "^20.0.0",
    "@types/node": "^18.7.16",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "dts-bundle-generator": "^6.13.0",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.1",
    "jest": "^28.1.3",
    "lint-staged": "^13.0.3",
    "prettier": "^2.8.1",
    "stylelint": "^14.11.0",
    "stylelint-config-recommended": "^9.0.0",
    "stylelint-config-sass-guidelines": "^9.0.1",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.8.3",
    "vite": "^3.1.0"
  },
  "dependencies": {
    "@cloudos/gitee-fs": "^1.0.21",
    "@cloudos/registry": "^1.0.8",
    "@isomorphic-git/lightning-fs": "^4.6.0",
    "browserfs": "^1.4.3",
    "redaxios": "^0.5.1",
    "webdav": "^4.11.2",
    "webdav-fs": "^4.0.1"
  }
}
