{
  "name": "nina-api",
  "type": "module",
  "version": "0.0.1",
  "author": "Conner Bachmann <github@conner-bachmann.de>",
  "license": "MIT",
  "keywords": [
    "nina-api",
    "nina",
    "bund",
    "germany",
    "bundesrepublik",
    "katastrophenschutz",
    "police",
    "katschutz",
    "dwd",
    "katwarn",
    "mowas",
    "biwapp"
  ],
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test:types": "tsc --noEmit",
    "release": "yarn build && changelogen --release && git push --follow-tags && yarn publish"
  },
  "dependencies": {
    "ofetch": "^1.3.3",
    "ufo": "^1.3.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^1.0.0-beta.26",
    "changelogen": "^0.5.5",
    "eslint": "^8.51.0",
    "typescript": "^5.2.2",
    "unbuild": "^2.0.0",
    "vitest": "^1.1.0"
  }
}