std/package.json
dependabot[bot] 34df25bba8
Bump @types/node from 18.16.16 to 20.2.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.16 to 20.2.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 07:00:54 +00:00

38 lines
993 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": "^20.2.5",
"node-cin": "^2023.2.5",
"node-cout": "^2023.2.5-1",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
}