Initialise package

This commit is contained in:
Fred Boniface
2025-12-16 23:38:31 +00:00
parent bfbdb3dbcb
commit 6d9631d181
5 changed files with 111 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "pis-data-ingress",
"version": "0.0.1",
"description": "PIS Data Ingress for OwlBoard",
"main": "index.js",
"scripts": {
"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": {
"@owlboard/backend-data-contracts": "^0.0.1"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}