File: package.json

Recommend this page to a friend!
  Classes of Arturs Sosins   Countly SDK for Node.js   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Countly SDK for Node.js
Report events to be tracked with by Count.ly API
Author: By
Last change: release notes (#66)

* release notes

* change
markdown (#58)
Date: 5 months ago
Size: 1,266 bytes
 

Contents

Class file image Download
{ "name": "countly-sdk-nodejs", "version": "22.06.0", "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": "*" } }