node-cout/package.json
2023-02-05 13:32:26 +01:00

39 lines
948 B
JSON

{
"name": "node-cout",
"version": "2023.02.05-1",
"description": "Standard output 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-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",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
}