37 lines
879 B
JSON
37 lines
879 B
JSON
{
|
|
"name": "pis-data-ingress",
|
|
"version": "0.0.1",
|
|
"description": "PIS Data Ingress for OwlBoard",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prebuild": "rm -rf ./dist",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://svc_gitea@git.fjla.uk:2222/OwlBoard/pis-data-ingress.git"
|
|
},
|
|
"keywords": [
|
|
"data-ingress",
|
|
"owlboard",
|
|
"pis"
|
|
],
|
|
"author": "Frederick Boniface",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.964.0",
|
|
"@aws-sdk/lib-storage": "^3.964.0",
|
|
"@owlboard/backend-data-contracts": "^0.1.9",
|
|
"nats": "^2.29.3",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|