OwlBoardTS/package.json

19 lines
416 B
JSON
Raw Normal View History

2024-10-31 23:49:08 +00:00
{
"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"
}
}