Initial Commit

This commit is contained in:
Jeroen De Meerleer 2023-01-13 12:43:13 +01:00
commit 44a7ef3f0e
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 24 additions and 0 deletions

24
packages.json Normal file
View File

@ -0,0 +1,24 @@
{
"packages": {
"blackbirdchess/blackbirdchess-service-import": {
"dev-main": {
"name": "blackbirdchess/blackbirdchess-service-import",
"version": "dev-main",
"dist": {
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-import/archive/main.zip",
"type": "zip"
}
}
},
"blackbirdchess/blackbirdchess-service-results": {
"dev-main": {
"name": "blackbirdchess/blackbirdchess-service-results",
"version": "dev-main",
"dist": {
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-results/archive/main.zip",
"type": "zip"
}
}
}
}
}