* health check

* Update Dockerfile

* simplifying the deployment

* Update Bot.js

makes the find team command public

* test (#9)

* Dev (#7)

* health check

* Update Dockerfile

* simplifying the deployment

* Dev (#8)

* health check

* Update Dockerfile

* simplifying the deployment

* Update Bot.js

makes the find team command public

* Update PlayerService.js

* massive update????

could break stuff

* Update Bot.js

update
This commit is contained in:
VinceC
2025-07-07 21:38:19 -05:00
committed by GitHub
parent 0c86148835
commit 3453be6947
1742 changed files with 28844 additions and 67711 deletions

View File

@@ -1,9 +1,12 @@
{
"name": "magic-bytes.js",
"version": "1.10.0",
"version": "1.12.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"release": {
"branches": [
"master"
@@ -19,12 +22,14 @@
"scripts": {
"prettier": "prettier --write \"{src,__{tests,mocks}__}/**/*.{tsx,ts}\"",
"pre-test": "jest --clear-cache",
"prebuild": "rimraf dist",
"test": "jest",
"build": "tsc",
"example:html": "webpack --config example/html/webpack.config.js; open example/html/index.html",
"example:webapp": "vite --config example/webapp/vite.config.js example/webapp",
"build:example:webapp": "vite --config example/webapp/vite.config.js build example/webapp",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"prepare": "npm run build"
},
"repository": {
"url": "https://github.com/LarsKoelpin/magic-bytes",
@@ -49,11 +54,10 @@
],
"devDependencies": {
"@babel/preset-typescript": "^7.15.0",
"@changesets/cli": "^2.16.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^27.0.1",
"@types/jest": "^27.5.2",
"@types/node": "^16.6.2",
"husky": "^8.0.3",
"jest": "^27.0.6",
@@ -67,6 +71,7 @@
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"vite": "^4.4.9",
"webpack-cli": "^5.1.4"
"webpack-cli": "^5.1.4",
"rimraf": "^6.0.1"
}
}