{
"name": "node-helpers",
"version": "0.1.0",
"description": "Set of tools for better development of JavaScript parts.",
"type": "module",
"scripts": {
"build": "tsc",
"dl-recorded-party": "curl -L https://github.com/topheman/snake-pipe-rust/releases/download/v1.1.0/snakepipe-output -o /tmp/snakepipe-output",
"dev-server-sse": "npm run dev-server-sse:file /tmp/snakepipe-output",
"dev-server-sse:file": "node ./dist/index.js",
"setup": "npm run dl-recorded-party"
},
"author": "Christophe Rosset",
"devDependencies": {
"local-ip-url": "^1.0.10",
"typescript": "^5.3.3"
},
"dependencies": {
"@fastify/static": "^7.0.1",
"fastify": "^4.26.1",
"fastify-sse-v2": "^3.1.2",
"snakepipe": "latest"
}
}