monday-api-client
Version:
Easy to use client for talking to the Monday.com API.
24 lines (23 loc) • 495 B
JSON
{
"name": "monday-api-client",
"version": "1.0.18",
"description": "Easy to use client for talking to the Monday.com API.",
"main": "index.js",
"dependencies": {
"esm": "^3.2.25",
"monday-sdk-js": "^0.1.1"
},
"keywords": [
"monday",
"monday.com",
"api",
"client"
],
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r esm src/app.js"
},
"author": "George Lee",
"license": "ISC"
}