kittenipc/lib/ts/package.json
2025-10-24 12:01:14 +03:00

17 lines
306 B
JSON

{
"name": "kitten-ipc",
"version": "1.0.0",
"main": "lib.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/node": "^22.10.5",
"ts-events": "^3.4.1"
}
}