16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"name": "kitten-ipc-example",
|
|
"version": "1.0.0",
|
|
"author": "Egor3f <ef@efprojects.com>",
|
|
"license": "Apache 2.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^22.10.5"
|
|
}
|
|
}
|