2022-11-02 19:48:49 +01:00
|
|
|
{
|
2022-12-29 14:39:58 +01:00
|
|
|
"name": "@thundernetworkrad/std",
|
2023-02-05 13:38:01 +01:00
|
|
|
"version": "2023.02.05",
|
2023-01-29 21:03:56 +01:00
|
|
|
"description": "Standard module for JavaScript / TypeScript",
|
2023-01-26 22:18:14 +01:00
|
|
|
"main": "build/index.js",
|
2023-02-05 13:38:01 +01:00
|
|
|
"types": "build/index.d.ts",
|
2022-11-02 19:48:49 +01:00
|
|
|
"scripts": {
|
2023-02-05 13:38:01 +01:00
|
|
|
"build": "tsc"
|
2022-11-02 19:48:49 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-01-29 21:03:56 +01:00
|
|
|
"url": "git+https://github.com/ThunderNetworkRaD/std.git"
|
2022-11-02 19:48:49 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"std",
|
|
|
|
"standard",
|
|
|
|
"npmjs",
|
|
|
|
"npm",
|
|
|
|
"module",
|
|
|
|
"javascript"
|
|
|
|
],
|
2022-12-29 14:39:58 +01:00
|
|
|
"author": "Thunder Network RaD | Killer Boss Original",
|
2022-11-02 19:48:49 +01:00
|
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
|
|
"bugs": {
|
2023-01-29 21:03:56 +01:00
|
|
|
"url": "https://github.com/ThunderNetworkRaD/std/issues"
|
2022-11-02 19:48:49 +01:00
|
|
|
},
|
2023-01-29 21:03:56 +01:00
|
|
|
"homepage": "https://github.com/ThunderNetworkRaD/std#readme",
|
2022-11-02 21:07:10 +01:00
|
|
|
"dependencies": {
|
2023-02-05 13:38:01 +01:00
|
|
|
"@thundernetworkrad/logs": "^2023.2.5-1",
|
2023-01-28 20:47:06 +01:00
|
|
|
"@thundernetworkrad/readline-sync": "^2023.1.26-2",
|
2023-02-05 13:38:01 +01:00
|
|
|
"@thundernetworkrad/time": "^2023.2.5-2",
|
2023-01-26 22:18:14 +01:00
|
|
|
"@types/node": "^18.11.18",
|
2023-02-05 13:38:01 +01:00
|
|
|
"node-cin": "^2023.2.5",
|
|
|
|
"node-cout": "^2023.2.5-1",
|
2023-01-29 21:03:56 +01:00
|
|
|
"tslib": "^2.5.0",
|
2023-04-10 09:03:15 +02:00
|
|
|
"typescript": "^5.0.4"
|
2022-11-02 21:07:10 +01:00
|
|
|
}
|
2022-11-02 19:48:49 +01:00
|
|
|
}
|