tn-api.js/package.json
dependabot[bot] 31922d246e
Bump typescript from 5.5.4 to 5.6.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 16:22:06 +00:00

26 lines
656 B
JSON

{
"name": "tn-api.js",
"version": "0.7.0",
"description": "Thunder Network's API Wrapper",
"main": "build/index.js",
"repository": "https://source.thundernetwork.org/ThunderNetworkRaD/tn-api.js",
"author": "ThunderNetworkRaD | Killer Boss Original",
"private": false,
"type": "module",
"scripts": {
"build": "tsc",
"test": "yarn build && node build/test.js"
},
"dependencies": {
"@types/ws": "^8.5.12",
"axios": "^1.6.2",
"global": "^4.4.0",
"socket.io-client": "^4.7.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^20.10.3"
}
}