{ "name": "@plane/services", "version": "1.2.3", "private": true, "license": "AGPL-3.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch --no-clean", "check:lint": "oxlint --max-warnings=6 .", "check:types": "tsc --noEmit", "check:format": "oxfmt --check .", "fix:lint": "oxlint --fix .", "fix:format": "oxfmt .", "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist" }, "dependencies": { "@plane/constants": "workspace:*", "@plane/types": "workspace:*", "axios": "catalog:", "file-type": "^21.3.1" }, "devDependencies": { "@plane/typescript-config": "workspace:*", "tsdown": "catalog:", "typescript": "catalog:" } }