57968850f4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.5 to 20.1.0. - [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>
38 lines
993 B
JSON
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.1.0",
|
|
"node-cin": "^2023.2.5",
|
|
"node-cout": "^2023.2.5-1",
|
|
"tslib": "^2.5.0",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|