AFFiNE/packages/debug/package.json
2023-02-21 19:23:53 +08:00

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"
}
}