verimor-api-sdk
Version:
A NodeJS SDK for the Verimor API
37 lines (36 loc) • 934 B
JSON
{
"name": "verimor-api-sdk",
"version": "2.0.2",
"description": "A NodeJS SDK for the Verimor API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bilalatli/verimor-nodejs-sdk.git"
},
"keywords": [
"verimor",
"verimor-sdk",
"sms",
"iys"
],
"author": "Bilal ATLI <ytbilalatli[at]gmail.com>",
"homepage": "https://github.com/bilalatli/verimor-nodejs-sdk#readme",
"bugs": {
"url": "https://github.com/bilalatli/verimor-nodejs-sdk/issues"
},
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"https-proxy-agent": "^7.0.5"
},
"devDependencies": {
"@types/node": "^22.5.4",
"typescript": "^4.9.5"
}
}