OwlBoardTS/package.json

19 lines
416 B
JSON

{
"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"
}
}