node-cout/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2023-02-03 18:47:53 +01:00
{
2023-02-03 19:21:19 +01:00
"name": "node-cout",
"version": "2023.09.02",
2023-02-03 19:21:19 +01:00
"description": "Standard output module for JavaScript / TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
2023-06-19 18:59:21 +02:00
"type": "module",
2023-02-03 19:21:19 +01:00
"scripts": {
2023-09-02 23:59:14 +02:00
"install": "npm run build",
2023-02-05 13:32:26 +01:00
"build": "tsc"
2023-02-03 19:21:19 +01:00
},
"repository": {
"type": "git",
"url": "git+https://source.thundernetwork.org/ThunderNetworkRaD/node-cout.git"
2023-02-03 19:21:19 +01:00
},
"keywords": [
"std",
"standard",
"npmjs",
"npm",
"module",
"javascript",
"typescript",
"input",
"cout",
"await",
"log"
2023-02-03 19:21:19 +01:00
],
"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://source.thundernetwork.org/ThunderNetworkRaD/node-cout/issues"
2023-02-03 19:21:19 +01:00
},
"homepage": "https://source.thundernetwork.org/ThunderNetworkRaD/node-cout#readme",
2023-02-03 19:21:19 +01:00
"dependencies": {
2023-02-05 13:32:26 +01:00
"@thundernetworkrad/logs": "^2023.2.5-1",
"@thundernetworkrad/time": "^2023.2.5-2",
2023-02-03 19:21:19 +01:00
"@types/node": "^18.11.18",
2023-06-19 18:59:21 +02:00
"chalk": "^5.2.0",
2023-02-03 19:21:19 +01:00
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
2023-02-03 18:47:53 +01:00
}