UNPKG

@tableau/taco-toolkit

Version:
34 lines (33 loc) 682 B
{ "name": "earthquake-data", "description": "Earthquake Data connector with TypeScript and HTML", "author": "", "devDependencies": { "typescript": "^4.9.5" }, "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 } }