UNPKG

customerio-node

Version:

A node client for the Customer.io event API. http://customer.io

73 lines (72 loc) 1.67 kB
{ "name": "customerio-node", "description": "A node client for the Customer.io event API. http://customer.io", "version": "4.2.0", "author": "Customer.io (https://customer.io)", "contributors": [ "Alvin Crespo (https://github.com/alvincrespo)", "Jeff Escalante (https://github.com/jescalan)", "Artem Ivanov (https://github.com/ivanovart)", "Nuno Sousa (https://github.com/nunofgs)" ], "ava": { "verbose": true, "extensions": [ "ts" ], "require": [ "ts-node/register" ] }, "nyc": { "extension": [ ".ts" ], "require": [ "ts-node/register" ], "exclude": [ "**/*.d.ts", "coverage/", "test/" ], "reporter": [ "text" ], "cache": false, "check-coverage": true, "branches": 100, "lines": 100, "functions": 100, "statements": 100 }, "bugs": "https://github.com/customerio/customerio-node/issues", "devDependencies": { "@types/node": "^17.0.36", "@types/sinon": "^10.0.2", "ava": "^5.0.1", "husky": "^8.0.1", "nyc": "^15.1.0", "prettier": "^2.6.2", "pretty-quick": "^3.1.3", "sinon": "^14.0.0", "ts-node": "^10.9.1", "typescript": "^4.9.4" }, "homepage": "https://github.com/customerio/customerio-node", "keywords": [ "customerio", "node" ], "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "customerio/customerio-node", "scripts": { "test": "nyc ava", "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build", "prepare": "husky install", "version": "node update-version.js" } }