24 lines
558 B
JSON
24 lines
558 B
JSON
{
|
|
"name": "sampler",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "Rscript -e 'ts::ts_compile(\"app.R\"); ts::ts_deploy(\"app.R\")'",
|
|
"rserve": "Rscript app.rserve.R",
|
|
"start": "ts-node app.ts"
|
|
},
|
|
"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"
|
|
}
|
|
}
|