@tableau/taco-toolkit
Version:
Tableau Connector Toolkit
31 lines (30 loc) • 638 B
JSON
{
"name": "earthquake-data-js",
"description": "Earthquake Data connector with vanilla JavaScript and HTML",
"author": "",
"dependencies": {},
"scripts": {},
"targets": {
"handlers": {
"includeNodeModules": true,
"sourceMap": false,
"context": "web-worker",
"distDir": "../dist/handlers",
"outputFormat": "commonjs",
"isLibrary": false,
"optimize": false
},
"app": {
"publicUrl": "./",
"distDir": "../dist/app",
"engines": {
"browsers": "Chrome 70"
}
}
},
"alias": {
"process": false,
"path": false,
"util": false
}
}