std/package.json
2023-02-05 13:38:01 +01:00

38 lines
995 B
JSON

{
"name": "@thundernetworkrad/std",
"version": "2023.02.05",
"description": "Standard 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/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/logs": "^2023.2.5-1",
"@thundernetworkrad/readline-sync": "^2023.1.26-2",
"@thundernetworkrad/time": "^2023.2.5-2",
"@types/node": "^18.11.18",
"node-cin": "^2023.2.5",
"node-cout": "^2023.2.5-1",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
}