mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
17 lines
280 B
JSON
17 lines
280 B
JSON
{
|
|
"name": "@affine/error",
|
|
"version": "0.20.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@affine/graphql": "workspace:*",
|
|
"graphql": "^16.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "3.0.8"
|
|
}
|
|
}
|