UNPKG

@apidaze/node

Version:

Node bindings for the APIdaze API

78 lines (77 loc) 1.61 kB
{ "name": "@apidaze/node", "version": "0.1.0", "description": "Node bindings for the APIdaze API", "main": "index.js", "scripts": { "lint": "eslint ./lib ./test ./examples", "test": "ava", "test:coverage": "nyc npm test", "test:watch": "npm test -- --watch", "docs:generate": "jsdoc -c ./jsdoc.json -R README.md" }, "dependencies": { "form-data": "^3.0.0", "got": "^10.7.0", "xml": "^1.0.1" }, "devDependencies": { "ava": "^3.13.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-prettier": "^3.1.2", "jsdoc": "^3.6.3", "minami": "^1.2.3", "nock": "^12.0.2", "nyc": "^15.0.0", "prettier": "1.19.1" }, "files": [ "index.js", "lib/" ], "repository": { "type": "git", "url": "git+https://github.com/apidaze/sdk-node.git" }, "contributors": [ { "name": "apidaze-node contributors", "url": "https://github.com/apidaze/apidaze-node/graphs/contributors" } ], "bugs": { "url": "https://github.com/apidaze/sdk-node/issues" }, "keywords": [ "cpaas", "telecommunication", "call", "sms", "api" ], "homepage": "https://github.com/apidaze/sdk-node#readme", "ava": { "files": [ "test/**/*" ], "verbose": true }, "nyc": { "all": true, "check-coverage": true, "reporter": [ "lcov", "text" ], "include": [ "lib/**/*" ], "branches": 90, "lines": 90, "functions": 90, "statements": 90 } }