AFFiNE/packages/debug/package.json

15 lines
274 B
JSON
Raw Normal View History

2023-02-21 14:23:53 +03:00
{
"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"
}
}