@tanglemesh/api-client.js
Version:
A simple lightweight api client for using the tangleMesh:api with authentification.
35 lines (34 loc) • 766 B
JSON
{
"name": "@tanglemesh/api-client.js",
"version": "1.0.5",
"description": "A simple lightweight api client for using the tangleMesh:api with authentification.",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node index.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tangleMesh/api-client.js.git"
},
"keywords": [
"IOTA",
"tangle",
"DLT",
"api",
"auth",
"client",
"api-client",
"tanglemesh"
],
"author": "tangleMesh",
"license": "MIT",
"bugs": {
"url": "https://github.com/tangleMesh/api-client.js/issues"
},
"homepage": "https://tangle-mesh.io",
"dependencies": {
"axios": "^0.19.0",
"jsonwebtoken": "^8.5.1"
}
}