@engine9/packet-tools
Version:
Tools for dealing with Engine9 packets
54 lines (53 loc) • 1.44 kB
JSON
{
"name": "@engine9/packet-tools",
"version": "1.3.6",
"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",
"@dsnp/parquetjs": "^1.8.6",
"archiver": "^7.0.1",
"async-mutex": "^0.5.0",
"csv": "^6.3.11",
"debug": "^4.3.4",
"detect-file-encoding-and-language": "^2.4.0",
"googleapis": "^148.0.0",
"handlebars": "^4.7.8",
"json5": "^2.2.3",
"mime-type": "^5.0.3",
"mkdirp": "^3.0.1",
"parallel-transform": "^1.2.0",
"throttle-debounce": "^5.0.2",
"unzipper": "^0.12.1",
"uuid": "^11.1.0",
"yargs": "^17.7.2"
},
"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"
}