{
  "name": "devs-gone-wild-app",
  "version": "1.0.0",
  "description": "A Django application for biodiversity data analysis and reporting.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
     "minify:js": "terser habitats_and_biotopes/static/habitats_and_biotopes/js/home.js -c -m -o habitats_and_biotopes/static/habitats_and_biotopes/js/home.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devsgonewild/devs-gone-wild-app.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/devsgonewild/devs-gone-wild-app/issues"
  },
  "homepage": "https://github.com/devsgonewild/devs-gone-wild-app#readme",
  "devDependencies": {
    "terser": "^5.44.1"
  }
}
