{ "name": "node-cin", "version": "2023.02.05", "description": "Standard input 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/node-cin.git" }, "keywords": [ "std", "standard", "npmjs", "npm", "module", "javascript", "typescript", "input", "cin", "await" ], "author": "Thunder Network RaD | Killer Boss Original", "license": "Mozilla Public License 2.0", "bugs": { "url": "https://github.com/ThunderNetworkRaD/node-cin/issues" }, "homepage": "https://github.com/ThunderNetworkRaD/node-cin#readme", "dependencies": { "@thundernetworkrad/readline-sync": "^2023.1.30", "@types/node": "^18.11.18", "tslib": "^2.5.0", "typescript": "^4.9.4" } }