std/package.json
Killer Boss Original 4b0b35d5c8
Update package.json
2023-01-24 17:20:15 +01:00

30 lines
720 B
JSON

{
"name": "@thundernetworkrad/std",
"version": "2023.01.24-2",
"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": {
"readline-sync": "^1.4.10"
}
}