UNPKG

aixp-node-sdk

Version:

The hassle-free way to integrate analytics into any Node.js application

67 lines (66 loc) 1.59 kB
{ "name": "aixp-node-sdk", "version": "0.0.7", "description": "The hassle-free way to integrate analytics into any Node.js application", "license": "MIT", "repository": "gitlab.com/feedloop_io/aixp-node-sdk", "author": { "name": "Ronaldi Kurniawan Saphala", "email": "ronaldi@feedloop.io", "url": "https://feedloop.io" }, "engines": { "node": ">=4" }, "scripts": { "circle-lint": ".buildscript/circle.sh", "dependencies": "yarn", "test": "standard && nyc ava --timeout=20s&& .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", "segment.io", "segmentio", "segment", "client", "driver" ], "dependencies": { "@segment/loosely-validate-event": "^2.0.0", "axios": "^0.21.1", "axios-retry": "^3.0.2", "lodash.isstring": "^4.0.1", "md5": "^2.2.1", "ms": "^2.0.0", "remove-trailing-slash": "^0.1.0", "uuid": "^3.2.1" }, "devDependencies": { "ava": "^0.25.0", "basic-auth": "^2.0.1", "body-parser": "^1.17.1", "codecov": "^3.0.0", "commander": "^2.9.0", "delay": "^4.2.0", "express": "^4.15.2", "husky": "^3.0.4", "nyc": "^14.1.1", "pify": "^4.0.1", "sinon": "^7.3.2", "snyk": "^1.171.1", "standard": "^12.0.1" }, "resolutions": { "kind-of": "^6.0.3", "lodash": "^4.17.19", "set-value": "^2.0.1", "yargs-parser": "^13.1.2" } }