File: package.json

Recommend this page to a friend!
  Classes of Arturs Sosins   Countly Web SDK   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: npm support
Class: Countly Web SDK
Track site accesses and errors the Countly API
Author: By
Last change: 22.02.2 (#198)

* 22.02.2

* changelog
heatmap fix (lint) (#197)
Date: 1 year ago
Size: 1,468 bytes
 

Contents

Class file image Download
{ "name": "countly-sdk-web", "version": "22.02.2", "description": "Countly Web SDK", "main": "lib/countly.js", "directories": { "example": "examples", "lib": "lib", "test": "test" }, "scripts": { "docs": "node_modules/.bin/jsdoc lib/countly.js README.md -c jsdoc_conf.json -d docs", "build": "webpack", "lint": "./node_modules/.bin/eslint --ignore-path .eslintignore --fix .", "cypress:open": "cypress open", "pretest": "eslint --ignore-path .eslintignore .", "test": "./node_modules/.bin/cypress run" }, "repository": { "type": "git", "url": "https://github.com/Countly/countly-sdk-web" }, "keywords": [ "Countly", "Analytics", "Web" ], "author": "Countly <hello@count.ly> (https://count.ly/)", "license": "MIT", "bugs": { "url": "https://github.com/Countly/countly-sdk-web/issues" }, "homepage": "https://count.ly/", "dependencies": {}, "devDependencies": { "cypress": "^9.5.0", "cypress-localstorage-commands": "^1.7.0", "docdash": "^1.2.0", "eslint": "^8.2.0", "eslint-config-airbnb": "^15.0.0", "eslint-plugin-chai-friendly": "^0.7.2", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-import": "^2.25.2", "jsdoc": "^3.6.10", "webpack": "^5.24.1", "webpack-cli": "^4.2.0" }, "npmName": "countly-sdk-web", "npmFileMap": [ { "basePath": "lib", "files": [ "countly.min.js" ] } ] }