2023-02-03 18:47:53 +01:00
|
|
|
{
|
2023-02-03 19:21:19 +01:00
|
|
|
"name": "node-cout",
|
2023-06-22 17:48:01 +02:00
|
|
|
"version": "2023.06.22",
|
2023-02-03 19:21:19 +01:00
|
|
|
"description": "Standard output module for JavaScript / TypeScript",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
2023-06-19 18:59:21 +02:00
|
|
|
"type": "module",
|
2023-02-03 19:21:19 +01:00
|
|
|
"scripts": {
|
2023-02-05 13:32:26 +01:00
|
|
|
"build": "tsc"
|
2023-02-03 19:21:19 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ThunderNetworkRaD/node-cout.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"std",
|
|
|
|
"standard",
|
|
|
|
"npmjs",
|
|
|
|
"npm",
|
|
|
|
"module",
|
|
|
|
"javascript",
|
|
|
|
"typescript",
|
|
|
|
"input",
|
|
|
|
"cout",
|
|
|
|
"await"
|
|
|
|
],
|
|
|
|
"author": "Thunder Network RaD | Killer Boss Original",
|
2023-02-03 18:47:53 +01:00
|
|
|
"license": "Mozilla Public License 2.0",
|
2023-02-03 19:21:19 +01:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ThunderNetworkRaD/node-cout/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/ThunderNetworkRaD/node-cout#readme",
|
|
|
|
"dependencies": {
|
2023-02-05 13:32:26 +01:00
|
|
|
"@thundernetworkrad/logs": "^2023.2.5-1",
|
|
|
|
"@thundernetworkrad/time": "^2023.2.5-2",
|
2023-02-03 19:21:19 +01:00
|
|
|
"@types/node": "^18.11.18",
|
2023-06-19 18:59:21 +02:00
|
|
|
"chalk": "^5.2.0",
|
2023-02-03 19:21:19 +01:00
|
|
|
"tslib": "^2.5.0",
|
|
|
|
"typescript": "^4.9.4"
|
|
|
|
}
|
2023-02-03 18:47:53 +01:00
|
|
|
}
|