github.com/simpleiot/simpleiot@v0.18.3/frontend/lib/package.json (about)

     1  {
     2    "name": "simpleiot-js",
     3    "version": "1.1.0",
     4    "description": "SimpleIOT JavaScript API using NATS / WebSockets",
     5    "main": "siot-nats.mjs",
     6    "scripts": {
     7      "test": "mocha",
     8      "format": "prettier --ignore-path ../.gitignore --write \"./*.{mjs,js}\"",
     9      "lint": "eslint ./*.{mjs,js}"
    10    },
    11    "author": "Blake Miner <miner.blake@gmail.com> (http://blakeminer.com)",
    12    "license": "MIT",
    13    "repository": {
    14      "type": "git",
    15      "url": "https://github.com/simpleiot/simpleiot.git"
    16    },
    17    "homepage": "https://github.com/simpleiot/simpleiot/tree/master/frontend/lib#readme",
    18    "dependencies": {
    19      "google-protobuf": "^3.20.1",
    20      "nats.ws": "^1.7.2"
    21    },
    22    "devDependencies": {
    23      "mocha": "^10.1.0",
    24      "ws": "^8.11.0"
    25    }
    26  }