Initialise project

This commit is contained in:
2026-02-20 23:08:35 +00:00
parent 41c9ac73d6
commit 35bfa52531
4 changed files with 857 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "owlboard-ts",
"version": "3.0.0",
"description": "TypeScript API Library to interact with the OwlBoard API (> v3.0.0)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://svc_gitea@git.fjla.uk:2222/OwlBoard/OwlBoard-TS.git"
},
"keywords": [
"owlboard"
],
"author": "Frederick Boniface",
"license": "GPL-3.0",
"devDependencies": {
"@owlboard/api-schema-types": "^3.0.1-alpha3",
"@types/node": "^25.3.0",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}