{ "name": "node-cout", "version": "2023.06.19", "description": "Standard output module for JavaScript / TypeScript", "main": "build/index.js", "types": "build/index.d.ts", "type": "module", "scripts": { "build": "tsc" }, "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", "license": "Mozilla Public License 2.0", "bugs": { "url": "https://github.com/ThunderNetworkRaD/node-cout/issues" }, "homepage": "https://github.com/ThunderNetworkRaD/node-cout#readme", "dependencies": { "@thundernetworkrad/logs": "^2023.2.5-1", "@thundernetworkrad/time": "^2023.2.5-2", "@types/node": "^18.11.18", "chalk": "^5.2.0", "tslib": "^2.5.0", "typescript": "^4.9.4" } }