mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 15:42:49 +03:00
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"name": "@affine/debug",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
},
|
|
"dependencies": {
|
|
"@types/debug": "^4.1.7",
|
|
"debug": "^4.3.4"
|
|
}
|
|
}
|