{
  "name": "discloud.app",
  "version": "2.0.4",
  "main": "dist",
  "types": "dist/index.d.ts",
  "scripts": {
    "watch": "npm-run-all -p watch:*",
    "watch:esbuild": "node esbuild.mjs --watch",
    "watch:tsc": "tsc --noEmit --watch",
    "build": "node esbuild.mjs --production && tsc --emitDeclarationOnly --outDir dist",
    "prepublish": "npm run build",
    "release:pre": "npm version pre --legacy-peer-deps --no-git-tag-version && npm run prepublish && npm publish --tag=beta",
    "release": "npm run prepublish && npm publish",
    "test": "tsc --noEmit && tsc && npm run test:node",
    "test:node": "node --test **/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/discloud/discloud.app.git"
  },
  "keywords": [
    "discloud",
    "discloud.app"
  ],
  "author": "Gorniaky <hwss.s2@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/discloud/discloud.app/issues"
  },
  "homepage": "https://github.com/discloud/discloud.app#readme",
  "dependencies": {
    "@discloudapp/api-types": "^1.1.0",
    "@discloudapp/rest": "^1.1.1",
    "@discloudapp/util": "^1.3.3",
    "lodash": "^4.18.1",
    "source-map-support": "^0.5.21",
    "tslib": "^2.8.1",
    "zod": "^4.4.2"
  },
  "engines": {
    "node": ">=16.17"
  }
}
