mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"name": "@affine/error",
|
|
"version": "0.20.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@affine/graphql": "workspace:*",
|
|
"graphql": "^16.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.0.7"
|
|
}
|
|
}
|