10 lines
234 B
JSON
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"
|
|
}
|
|
} |