mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 15:42:49 +03:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"name": "@affine/debug",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@affine/env": "workspace:*",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.7"
|
|
},
|
|
"version": "0.6.0-canary.6"
|
|
}
|