std/package.json

31 lines
720 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-24 17:29:57 +01:00
"version": "2023.01.24-3",
2022-11-02 19:48:49 +01:00
"description": "Standard module for javascript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
2022-12-29 14:39:58 +01:00
"readline-sync": "^1.4.10"
2022-11-02 21:07:10 +01:00
}
2022-11-02 19:48:49 +01:00
}