26 lines
524 B
JSON
26 lines
524 B
JSON
{
|
|
"name": "owlboardts",
|
|
"version": "0.0.1",
|
|
"description": "TypeScript client for the OwlBoard API",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fjla.uk/owlboard/owlboardts"
|
|
},
|
|
"author": "Frederick Boniface",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.2.6",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"uuid": "^11.1.0"
|
|
}
|
|
}
|