std/package.json
dependabot[bot] 5e65724b1a
Bump typescript from 4.9.5 to 5.0.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 07:01:47 +00:00

38 lines
995 B
JSON

{
"name": "@thundernetworkrad/std",
"version": "2023.02.05",
"description": "Standard module for JavaScript / TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThunderNetworkRaD/std.git"
},
"keywords": [
"std",
"standard",
"npmjs",
"npm",
"module",
"javascript"
],
"author": "Thunder Network RaD | Killer Boss Original",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/ThunderNetworkRaD/std/issues"
},
"homepage": "https://github.com/ThunderNetworkRaD/std#readme",
"dependencies": {
"@thundernetworkrad/logs": "^2023.2.5-1",
"@thundernetworkrad/readline-sync": "^2023.1.26-2",
"@thundernetworkrad/time": "^2023.2.5-2",
"@types/node": "^18.11.18",
"node-cin": "^2023.2.5",
"node-cout": "^2023.2.5-1",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
}
}