mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-09 11:03:43 +00:00
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"name": "@affine-tools/utils",
|
|
"version": "0.21.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./path": "./src/path.ts",
|
|
"./workspace": "./src/workspace.ts",
|
|
"./process": "./src/process.ts",
|
|
"./logger": "./src/logger.ts",
|
|
"./build-config": "./src/build-config.ts",
|
|
"./distribution": "./src/distribution.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.0.0",
|
|
"chalk": "^5.3.0",
|
|
"lodash-es": "^4.17.21",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|