{
	"name": "earthquake-data",
	"version": "1.0.0",
	"description": "Earthquake Data Connector",
	"author": "",
	"license": "ISC",
	"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
	}
}