19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"name": "child-worker-node",
|
|
"version": "1.0.0",
|
|
"description": "Node.js implementation of CommTester ChildWorker",
|
|
"main": "child-worker.js",
|
|
"scripts": {
|
|
"start": "node child-worker.js"
|
|
},
|
|
"keywords": [
|
|
"ipc",
|
|
"named-pipe",
|
|
"child-worker"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|