async-samp-query
Version:
Simplified SAMP API client
37 lines (36 loc) • 801 B
JSON
{
"name": "async-samp-query",
"version": "1.1.7",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"author": "kashadeveloper",
"keywords": [
"samp",
"sa-mp",
"fetch",
"sa mp"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/kashadeveloper/samp-query-async.git"
},
"devDependencies": {
"@types/node": "^16.3.0",
"ava": "^5.1.1",
"ts-node": "^10.9.1",
"tsc": "^2.0.4",
"typescript": "^4.9.4"
},
"bugs": {
"url": "https://github.com/kashadeveloper/samp-query-async/issues"
},
"homepage": "https://github.com/kashadeveloper/samp-query-async",
"dependencies": {
"global": "^4.4.0",
"iconv-lite": "^0.6.3"
}
}