@iroak/nodejs-mta-sdk
Version:
NodeJS MTA SDK for MTA:SA
29 lines (28 loc) • 704 B
JSON
{
"name": "@iroak/nodejs-mta-sdk",
"version": "1.0.1",
"description": "NodeJS MTA SDK for MTA:SA",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bastianmarin/nodejs-mta-sdk.git"
},
"keywords": [
"MTA"
],
"author": "iroaK",
"license": "MIT",
"bugs": {
"url": "https://github.com/bastianmarin/nodejs-mta-sdk/issues"
},
"homepage": "https://github.com/bastianmarin/nodejs-mta-sdk#readme",
"dependencies": {
"axios": "^1.8.4"
},
"publishConfig": {
"access": "public"
}
}