node-cin/package.json
Killer Boss Original 5faa1f575a ttf
2023-02-03 18:30:34 +01:00

38 lines
898 B
JSON

{
"name": "cin",
"version": "2023.02.03",
"description": "Standard input module for JavaScript / TypeScript",
"main": "build/index.js",
"types": "dist/index.d.ts",
"scripts": {
"install": "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"
}
}