node-cout/package.json

40 lines
944 B
JSON
Raw Normal View History

2023-02-03 18:47:53 +01:00
{
2023-02-03 19:21:19 +01:00
"name": "node-cout",
2023-02-05 13:03:48 +01:00
"version": "2023.02.05",
2023-02-03 19:21:19 +01:00
"description": "Standard output module for JavaScript / TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"install": "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",
2023-02-03 18:47:53 +01:00
"license": "Mozilla Public License 2.0",
2023-02-03 19:21:19 +01:00
"bugs": {
"url": "https://github.com/ThunderNetworkRaD/node-cout/issues"
},
"homepage": "https://github.com/ThunderNetworkRaD/node-cout#readme",
"dependencies": {
2023-02-05 13:03:48 +01:00
"@thundernetworkrad/logs": "^2023.2.5",
"@thundernetworkrad/time": "^2023.2.5",
2023-02-03 19:21:19 +01:00
"@types/node": "^18.11.18",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
2023-02-03 18:47:53 +01:00
}