Initialise project
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "owlboard-ts",
|
||||
"version": "3.0.0",
|
||||
"description": "TypeScript API Library to interact with the OwlBoard API (> v3.0.0)",
|
||||
"main": "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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user