windsor-node
Version: 
Integrate user and event capture with Node applications
73 lines (72 loc) • 1.62 kB
JSON
{
  "name": "windsor-node",
  "version": "1.0.0",
  "description": "Integrate user and event capture with Node applications",
  "license": "MIT",
  "repository": "windsorio/node",
  "author": {
    "name": "Windsor",
    "email": "team@windsor.io",
    "url": "https://windsor.io"
  },
  "_repo": {
    "deps": []
  },
  "engines": {
    "node": ">=4"
  },
  "size-limit": [
    {
      "limit": "25 KB",
      "path": "index.js"
    }
  ],
  "scripts": {
    "circle-lint": ".buildscript/circle.sh",
    "dependencies": "yarn",
    "size": "size-limit",
    "build": "echo no build step",
    "lint": "prettier './*.js' -c",
    "test": "prettier './*.js' -c && nyc ava && .buildscript/e2e.sh",
    "report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
    "np": "np --no-publish",
    "release": "yarn run np"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "analytics",
    "stats",
    "windsor.io",
    "windsorio",
    "windsor",
    "client",
    "driver"
  ],
  "dependencies": {
    "@segment/loosely-validate-event": "2.0.0",
    "axios": "0.19.2",
    "axios-retry": "3.1.8",
    "lodash.isstring": "4.0.1",
    "md5": "2.2.1",
    "ms": "2.1.2",
    "remove-trailing-slash": "0.1.0",
    "uuid": "8.2.0"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "4.5.5",
    "ava": "3.10.1",
    "basic-auth": "2.0.1",
    "body-parser": "1.19.0",
    "codecov": "3.7.0",
    "commander": "5.1.0",
    "delay": "4.3.0",
    "express": "4.17.1",
    "nyc": "15.1.0",
    "prettier": "2.0.5",
    "sinon": "9.0.2",
    "size-limit": "4.5.5",
    "snyk": "1.362.1"
  }
}