std/package.json

39 lines
993 B
JSON
Raw Normal View History

2022-11-02 19:48:49 +01:00
{
2022-12-29 14:39:58 +01:00
"name": "@thundernetworkrad/std",
2023-02-05 13:38:01 +01:00
"version": "2023.02.05",
2023-01-29 21:03:56 +01:00
"description": "Standard module for JavaScript / TypeScript",
2023-01-26 22:18:14 +01:00
"main": "build/index.js",
2023-02-05 13:38:01 +01:00
"types": "build/index.d.ts",
2022-11-02 19:48:49 +01:00
"scripts": {
2023-02-05 13:38:01 +01:00
"build": "tsc"
2022-11-02 19:48:49 +01:00
},
"repository": {
"type": "git",
2023-01-29 21:03:56 +01:00
"url": "git+https://github.com/ThunderNetworkRaD/std.git"
2022-11-02 19:48:49 +01:00
},
"keywords": [
"std",
"standard",
"npmjs",
"npm",
"module",
"javascript"
],
2022-12-29 14:39:58 +01:00
"author": "Thunder Network RaD | Killer Boss Original",
2022-11-02 19:48:49 +01:00
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
2023-01-29 21:03:56 +01:00
"url": "https://github.com/ThunderNetworkRaD/std/issues"
2022-11-02 19:48:49 +01:00
},
2023-01-29 21:03:56 +01:00
"homepage": "https://github.com/ThunderNetworkRaD/std#readme",
2022-11-02 21:07:10 +01:00
"dependencies": {
2023-02-05 13:38:01 +01:00
"@thundernetworkrad/logs": "^2023.2.5-1",
2023-01-28 20:47:06 +01:00
"@thundernetworkrad/readline-sync": "^2023.1.26-2",
2023-02-05 13:38:01 +01:00
"@thundernetworkrad/time": "^2023.2.5-2",
"@types/node": "^20.1.4",
2023-02-05 13:38:01 +01:00
"node-cin": "^2023.2.5",
"node-cout": "^2023.2.5-1",
2023-01-29 21:03:56 +01:00
"tslib": "^2.5.0",
2023-01-26 22:18:14 +01:00
"typescript": "^4.9.4"
2022-11-02 21:07:10 +01:00
}
2022-11-02 19:48:49 +01:00
}