opengenerals/processor/package.json
2024-03-05 23:18:46 +08:00

10 lines
234 B
JSON

{
"name": "@og/processor",
"type": "module",
"main": "index.mjs",
"dependencies": {
"@og/binary-struct": "file:../shared/bstruct",
"@og/utility": "file:../shared/utility",
"@og/error-utils": "file:../shared/error-utils"
}
}