{ "name": "labstack", "version": "1.0.2", "description": "Official Node.js client library for the LabStack API", "main": "index.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/labstack/labstack-node.git" }, "keywords": [], "author": "Vishal Rana ", "license": "MIT", "bugs": { "url": "https://github.com/labstack/labstack-node/issues" }, "homepage": "https://github.com/labstack/labstack-node#readme", "dependencies": { "got": "^9.6.0" }, "engines": { "node": ">= 10" }, "devDependencies": { "ava": "^2.2.0" } }