kittenipc/example/ts/package.json
2025-11-08 09:37:30 +03:00

13 lines
228 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"
}
}