node-cin/package.json

39 lines
902 B
JSON
Raw Permalink Normal View History

2023-02-03 18:01:42 +01:00
{
2023-02-03 18:46:00 +01:00
"name": "node-cin",
2023-02-05 13:33:16 +01:00
"version": "2023.02.05",
2023-02-03 18:14:20 +01:00
"description": "Standard input module for JavaScript / TypeScript",
"main": "build/index.js",
2023-02-03 18:56:15 +01:00
"types": "build/index.d.ts",
2023-02-03 18:14:20 +01:00
"scripts": {
2023-02-05 13:30:54 +01:00
"build": "tsc"
2023-02-03 18:14:20 +01:00
},
"repository": {
"type": "git",
2023-02-03 18:30:34 +01:00
"url": "git+https://github.com/ThunderNetworkRaD/node-cin.git"
2023-02-03 18:14:20 +01:00
},
"keywords": [
"std",
"standard",
"npmjs",
"npm",
"module",
2023-02-03 18:30:34 +01:00
"javascript",
"typescript",
"input",
"cin",
"await"
2023-02-03 18:14:20 +01:00
],
"author": "Thunder Network RaD | Killer Boss Original",
2023-02-03 18:30:34 +01:00
"license": "Mozilla Public License 2.0",
2023-02-03 18:14:20 +01:00
"bugs": {
2023-02-03 18:30:34 +01:00
"url": "https://github.com/ThunderNetworkRaD/node-cin/issues"
2023-02-03 18:14:20 +01:00
},
2023-02-03 18:30:34 +01:00
"homepage": "https://github.com/ThunderNetworkRaD/node-cin#readme",
2023-02-03 18:14:20 +01:00
"dependencies": {
"@thundernetworkrad/readline-sync": "^2023.1.30",
"@types/node": "^18.11.18",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
2023-02-03 18:01:42 +01:00
}