@tableau/taco-toolkit
Version:
Tableau Connector Toolkit
87 lines (86 loc) • 2.07 kB
JSON
{
"name": "@tableau/taco-toolkit",
"version": "2.2.0",
"tableau": {
"version": "2025.2",
"epsVersion": "1.23.0"
},
"description": "Tableau Connector Toolkit",
"author": "Tableau",
"license": "SEE LICENSE.md",
"homepage": "https://help.tableau.com/current/api/webdataconnector/en-us/index.html",
"bugs": "",
"main": "./dist/sdk/app/index.js",
"types": "./dist/sdk/app/index.d.ts",
"exports": {
".": "./dist/sdk/app/index.js",
"./handlers": "./dist/sdk/handlers/index.js"
},
"typesVersions": {
"*": {
"handlers": [
"./dist/sdk/handlers/index.d.ts"
]
}
},
"bin": {
"taco": "bin/taco.js",
"taco-scripts": "bin/taco-scripts.js"
},
"browserslist": [
"maintained node versions"
],
"dependencies": {
"@aws-sdk/client-s3": "~3.367.0",
"@grpc/grpc-js": "^1.12.6",
"@parcel/transformer-sass": "2.13.3",
"adm-zip": "^0.5.16",
"ajv": "^8.17.1",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
"commander": "^9.5.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"csv-parse": "^5.6.0",
"csv-stringify": "^6.5.2",
"duckdb-async": "1.1.3",
"express": "^4.21.2",
"figlet": "^1.8.0",
"fs-extra": "^10.1.0",
"http-status-codes": "^2.3.0",
"https-proxy-agent": "^7.0.6",
"inquirer": "^8.2.6",
"ipaddr.js": "^2.2.0",
"isolated-vm": "^5.0.4",
"libxmljs2": "^0.35.0",
"lightningcss": "1.21.1",
"node-fetch": "^2.7.0",
"open": "^8.4.2",
"ora": "^5.4.1",
"papaparse": "^5.5.2",
"parcel": "2.13.3",
"parquetjs-lite": "^0.8.7",
"portscanner": "^2.2.0",
"superagent": "^10.1.1",
"toastify-js": "^1.12.0",
"uuid": "^8.3.2",
"ws": "^8.18.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"overrides": {
"sass": "1.77.6",
"node-gyp": "11.1.0"
},
"engines": {
"node": ">=20.0"
},
"keywords": [
"Tableau",
"Tableau Prep",
"Salesforce",
"Web Data Connector",
"WDC",
"Connector SDK",
"Prep Connector"
]
}