std/package.json

34 lines
793 B
JSON
Raw Permalink Normal View History

2022-11-02 19:48:49 +01:00
{
2022-12-29 14:39:58 +01:00
"name": "@thundernetworkrad/std",
2023-01-28 20:47:06 +01:00
"version": "2023.01.28-1",
2022-11-02 19:48:49 +01:00
"description": "Standard module for javascript",
2023-01-26 22:18:14 +01:00
"main": "build/index.js",
"type": "module",
2022-11-02 19:48:49 +01:00
"scripts": {
2023-01-26 22:18:14 +01:00
"install": "tsc"
2022-11-02 19:48:49 +01:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/FIUSDevelopment/std.git"
},
"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": {
"url": "https://github.com/FIUSDevelopment/std/issues"
},
2022-11-02 21:07:10 +01:00
"homepage": "https://github.com/FIUSDevelopment/std#readme",
"dependencies": {
2023-01-28 20:47:06 +01:00
"@thundernetworkrad/readline-sync": "^2023.1.26-2",
2023-01-26 22:18:14 +01:00
"@types/node": "^18.11.18",
"typescript": "^4.9.4"
2022-11-02 21:07:10 +01:00
}
2022-11-02 19:48:49 +01:00
}