{
  "name": "17-modern-js-modules-tooling",
  "version": "1.0.0",
  "description": "",
  "main": "script.js",
  "scripts": {
    "start": "parcel index.html",
    "build": "parcel build index.html"
  },
  "author": "Jonas",
  "license": "ISC",
  "dependencies": {
    "core-js": "^3.6.5",
    "leaflet": "^1.6.0",
    "lodash-es": "^4.17.15",
    "regenerator-runtime": "^0.13.7"
  },
  "devDependencies": {
    "parcel": "^1.12.4"
  }
}
