UNPKG

z-deduper

Version:

This library will allow you to build a Custom Zapier deduper for your advanced polling triggers use cases in your Zapier app.

48 lines (47 loc) 1.08 kB
{ "name": "z-deduper", "version": "1.0.3", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT", "author": { "email": "info@norapps.net", "name": "Ikbel", "url": "https://zapier.norapps.net" }, "scripts": { "dist": "tsc", "test": "jest", "format": "prettier --write \"src/**/*.ts\"", "prepare": "npm run dist", "prepublishOnly": "npm test", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/ikbelkirasan/z-deduper.git" }, "keywords": [ "Zapier", "Deduper", "Polling", "Trigger" ], "dependencies": { "axios": "^0.21.1", "lodash": "^4.17.20", "object-hash": "^2.1.1", "uuid-by-string": "^3.0.2" }, "devDependencies": { "@types/jest": "^26.0.19", "@types/lodash": "^4.14.166", "@types/object-hash": "^1.3.4", "jest": "^26.6.3", "nock": "^13.0.5", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "typescript": "^4.1.3" } }