mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 09:01:29 +03:00
73283df3e1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: L-Sun <zover.v@gmail.com>
26 lines
625 B
JSON
26 lines
625 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@blocksuite/affine": "0.17.30",
|
|
"vitest": "2.1.4"
|
|
},
|
|
"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:*"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.22.4"
|
|
},
|
|
"version": "0.17.0"
|
|
}
|