11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"name": "@og/async-procedure-call",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"@og/error-utils": "file:../error-utils",
|
|
"@og/uuid": "file:../uuid",
|
|
"@og/binary-struct": "file:../bstruct"
|
|
}
|
|
} |