{ "name": "@affine/env", "private": true, "type": "module", "main": "./src/index.ts", "module": "./src/index.ts", "devDependencies": { "@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly", "react": "18.2.0", "react-dom": "18.2.0", "zod": "^3.22.2" }, "exports": { "./automation": "./src/automation.ts", "./global": "./src/global.ts", "./constant": "./src/constant.ts", "./workspace": "./src/workspace.ts", "./workspace/legacy-cloud": "./src/workspace/legacy-cloud/index.ts", "./filter": "./src/filter.ts", "./blocksuite": "./src/blocksuite/index.ts" }, "peerDependencies": { "@affine/templates": "workspace:*", "@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly", "@toeverything/infra": "workspace:*" }, "dependencies": { "lit": "^2.8.0" }, "version": "0.9.0-canary.12" }