Project Initialisation

This commit is contained in:
Fred Boniface
2024-10-31 23:49:08 +00:00
commit 292cdbd069
130 changed files with 419349 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "owlboardts",
"version": "0.0.1",
"description": "TypeScript client for the OwlBoard API",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.fjla.uk/owlboard/owlboardts"
},
"author": "Frederick Boniface",
"license": "GPL-3.0",
"devDependencies": {
"typescript": "^5.6.3"
}
}