12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"name": "@og/binary-struct",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"dependencies": {
|
|
"@og/error-utils": "file:../error-utils",
|
|
"@og/utility": "file:../utility",
|
|
"@og/uuid": "file:../uuid",
|
|
"buffer": "^6.0.3"
|
|
}
|
|
}
|