@engine9/packet-tools
Version:
Tools for dealing with Engine9 packets
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "@engine9/packet-tools",
"version": "1.1.18",
"description": "Tools for dealing with Engine9 packets",
"main": "index.js",
"scripts": {
"test-big-data": "export DEBUG=*;node --test --test-name-pattern=big-data",
"test": "export DEBUG=*;node --test --test-skip-pattern=big-data"
},
"author": "Engine9",
"license": "GPL-3.0-or-later",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsonc": "^2.15.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.723.0",
"archiver": "^7.0.1",
"csv": "^6.3.9",
"debug": "^4.3.4",
"etl": "0.8.0",
"handlebars": "^4.7.8",
"json5": "^2.2.3",
"mkdirp": "^3.0.1",
"unzipper": "^0.12.1",
"uuid": "^11.0.3",
"yargs": "^17.7.2"
},
"overrides": {
"etl": {
".": "0.8.0",
"moment": "2.30.1"
}
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/engine9-io/engine9-packet-tools.git"
},
"keywords": [
"Engine9",
"CRM",
"CDP"
],
"bugs": {
"url": "https://github.com/engine9-io/engine9-packet-tools/issues"
},
"homepage": "https://github.com/engine9-io/engine9-packet-tools#readme"
}