std/package.json
Killer Boss Original d97a1d830e
2023.01.25
2023-01-24 22:53:14 +01:00

30 lines
740 B
JSON

{
"name": "@thundernetworkrad/std",
"version": "2023.01.25",
"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"
],
"author": "Thunder Network RaD | Killer Boss Original",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/FIUSDevelopment/std/issues"
},
"homepage": "https://github.com/FIUSDevelopment/std#readme",
"dependencies": {
"@thundernetworkrad/readline-sync": "^2023.1.10"
}
}