UNPKG

coap-cli

Version:
46 lines (45 loc) 881 B
{ "name": "coap-cli", "version": "0.11.1", "description": "A CLI for CoAP", "main": "index.js", "scripts": { "test": "standard && mocha --bail --reporter spec --check-leaks" }, "pre-commit": [ "test" ], "bin": { "coap": "index.js" }, "repository": { "type": "git", "url": "https://github.com/avency/coap-cli.git" }, "keywords": [ "coap", "udp", "m2m", "iot", "internet", "of", "things" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "devDependencies": { "chai": "^4.3.6", "concat-stream": "~2.0.0", "event-stream": "~4.0.1", "mocha": "^10.0.0", "pre-commit": "1.2.2", "standard": "^17.0.0" }, "dependencies": { "coap": "^1.0.11", "commander": "~9.2.0", "minimist": ">=1.2.6", "through2": "~4.0.2", "uri-js": "^4.4.1" } }