node-cout/package.json

43 lines
1.1 KiB
JSON

{
"name": "node-cout",
"version": "2023.09.03",
"description": "Standard output module for JavaScript / TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
"type": "module",
"scripts": {
"install": "npm run build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://source.thundernetwork.org/ThunderNetworkRaD/node-cout.git"
},
"keywords": [
"std",
"standard",
"npmjs",
"npm",
"module",
"javascript",
"typescript",
"input",
"cout",
"await",
"log"
],
"author": "Thunder Network RaD | Killer Boss Original, Mambuco",
"license": "Mozilla Public License 2.0",
"bugs": {
"url": "https://source.thundernetwork.org/ThunderNetworkRaD/node-cout/issues"
},
"homepage": "https://source.thundernetwork.org/ThunderNetworkRaD/node-cout#readme",
"dependencies": {
"@thundernetworkrad/logs": "^2023.2.5-1",
"@thundernetworkrad/time": "^2023.2.5-2",
"@types/node": "^18.11.18",
"chalk": "^5.2.0",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
}