{
  "name": "countly-sdk-nodejs",
  "version": "24.10.2",
  "description": "Countly NodeJS SDK",
  "main": "lib/countly.js",
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "lint": "eslint **/*.js",
    "lint:fix": "npm run lint -- --fix",
    "lintMD": "markdownlint **/*.md --fix",
    "docs": "node_modules/.bin/jsdoc lib/countly.js lib/countly-bulk.js lib/countly-bulk-user.js README.md -c jsdoc_conf.json -d docs",
    "pretest": "eslint --ignore-path .eslintignore .",
    "test": "mocha --timeout 180000 test/tests_*.js --exit --allow-uncaught"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Countly/countly-sdk-nodejs"
  },
  "keywords": [
    "Countly",
    "Analytics",
    "Web"
  ],
  "author": "Countly <hello@count.ly> (https://count.ly/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Countly/countly-sdk-nodejs/issues"
  },
  "homepage": "https://count.ly/",
  "dependencies": {},
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.1",
    "markdownlint": "^0.26.0",
    "mocha": "*",
    "jsdoc": "*",
    "docdash": "*"
  }
}
