mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 14:12:00 +03:00
14 lines
247 B
JSON
14 lines
247 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.5.4-canary.10"
|
|
}
|