ts/tests/testthat/sampler/package.json

22 lines
436 B
JSON

{
"name": "sampler",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^22.10.7",
"@types/ws": "^8.5.13",
"rserve-ts": "^0.6.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"ws": "^8.18.0",
"zod": "^3.24.1"
}
}