ts/tests/testthat/sampler/package.json
2025-01-21 13:25:59 +13:00

17 lines
301 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": {
"rserve-ts": "^0.6.1",
"ws": "^8.18.0"
}
}