fivem-resolver
Version:
Simple cfx.re link resolver for FiveM.
28 lines (27 loc) • 655 B
JSON
{
"name": "fivem-resolver",
"version": "1.0.3",
"description": "Simple cfx.re link resolver for FiveM.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NabsiDeviGit/FiveM-Resolver.git"
},
"keywords": [
"FiveM",
"cfx.re"
],
"bugs": {
"url": "https://github.com/NabsiDeviGit/FiveM-Resolver/issues"
},
"homepage": "https://github.com/NabsiDeviGit/FiveM-Resolver#readme",
"author": "NabsiDevi",
"license": "MIT",
"bin": {
"fivem-resolver": "src/cli/index.js"
},
"dependencies": {
"node-fetch": "^2.6.1",
"yargs": "^17.0.1"
}
}