svcorelib
Version:
Core library used in the projects of Sv443 and the Sv443 Network. Contains tons of miscellaneous QoL features.
69 lines • 1.57 kB
JSON
{
"name": "svcorelib",
"version": "1.18.2",
"description": "Core library used in the projects of Sv443 and the Sv443 Network. Contains tons of miscellaneous QoL features.",
"main": "SvCoreLib.js",
"scripts": {
"test": "node test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/Sv443-Network/SvCoreLib.git"
},
"keywords": [
"js",
"javascript",
"node",
"node-js",
"library",
"core-lib",
"core-library",
"sv443"
],
"author": {
"name": "Sv443 Network",
"email": "contact@sv443.net",
"url": "https://github.com/Sv443-Network"
},
"maintainers": [
{
"name": "Sv443",
"email": "svenfehler@sv443.net",
"url": "https://github.com/Sv443"
}
],
"contributors": [
{
"name": "ThatCopy",
"url": "https://github.com/ThatCopy"
},
{
"name": "canarado",
"url": "https://github.com/canarado"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Sv443-Network/SvCoreLib/issues"
},
"homepage": "https://github.com/Sv443-Network/SvCoreLib#readme",
"dependencies": {
"deep-diff": "^1.0.2",
"fs-extra": "^11.1.0",
"keypress": "^0.2.1",
"minimatch": "^7.0.0"
},
"optionalDependencies": {
"mysql": "^2.18.1"
},
"devDependencies": {
"@types/mysql": "^2.15.17",
"@types/node": "^18.11.18",
"eslint": "^8.25.0",
"snyk": "^1.1026.0"
},
"engines": {
"node": ">=14"
}
}