UNPKG

@iak-id/iak-api-server-js

Version:

Node.js-based SDK (server-side-only) to easily help integrating IAK API Services with your app.

44 lines (43 loc) 1.15 kB
{ "name": "@iak-id/iak-api-server-js", "version": "1.0.0", "description": "Node.js-based SDK (server-side-only) to easily help integrating IAK API Services with your app.", "main": "index.js", "scripts": { "test": "mocha --recursive \"./test/*.js\"", "lint": "eslint test && eslint ./src" }, "repository": { "type": "git", "url": "git+https://github.com/iak-id/iak-api-server-js.git" }, "keywords": [ "iak", "mobilepulsa", "mp", "pulsa", "sdk", "api" ], "author": "Indobest Artha Kreasi <techsupport@mobilepulsa.com>", "license": "MIT", "devDependencies": { "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "eslint": "^7.26.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "mocha": "^8.4.0", "nodemon": "^2.0.7", "sinon": "^10.0.0" }, "dependencies": { "axios": "^0.21.1", "dotenv": "^9.0.1", "xml2js": "^0.4.23" }, "bugs": { "url": "https://github.com/iak-id/iak-api-server-js/issues" }, "homepage": "https://github.com/iak-id/iak-api-server-js#readme" }