node-cin/package.json
Killer Boss Original f0eb8c3b50 2023.02.03 - 1
2023-02-03 18:14:20 +01:00

34 lines
828 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/std.git"
},
"keywords": [
"std",
"standard",
"npmjs",
"npm",
"module",
"javascript"
],
"author": "Thunder Network RaD | Killer Boss Original",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/ThunderNetworkRaD/std/issues"
},
"homepage": "https://github.com/ThunderNetworkRaD/std#readme",
"dependencies": {
"@thundernetworkrad/readline-sync": "^2023.1.30",
"@types/node": "^18.11.18",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
}