{ "name": "owlboard-ts", "version": "3.0.0", "description": "TypeScript API Library to interact with the OwlBoard API (> v3.0.0)", "main": "./dist/index.js", "type": "module", "sideEffects": false, "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/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" } }