UNPKG

@jokoor/sdk

Version:
70 lines 1.93 kB
{ "name": "@jokoor/sdk", "version": "0.0.47", "description": "Jokoor SMS API SDK for JavaScript/TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "clean": "rm -rf dist coverage", "generate": "openapi-generator-cli generate -i ../../docs/swagger.json -g typescript-axios -o src/generated --additional-properties=supportsES6=true,npmName=@jokoor/sdk-generated,withInterfaces=true", "prepublishOnly": "npm run clean && npm run build", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:unit": "vitest run tests/resources tests/client.test.ts tests/errors.test.ts", "test:integration": "vitest run tests/integration", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "docs": "typedoc --out docs src/index.ts", "typecheck": "tsc --noEmit" }, "keywords": [ "jokoor", "sms", "messaging", "campaigns", "bulk-sms", "api", "sdk", "typescript", "javascript" ], "author": "Jokoor", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jokoor/jokoor-sdk-typescript.git" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@types/axios": "^0.14.4", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitest/coverage-v8": "^1.0.0", "eslint": "^8.0.0", "typedoc": "^0.25.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" }, "directories": { "example": "examples" }, "bugs": { "url": "https://github.com/jokoor/jokoor-sdk-typescript/issues" }, "homepage": "https://github.com/jokoor/jokoor-sdk-typescript#readme" }