{
  "name": "@julianfrank/opensource",
  "version": "25.4.211",
  "description": "Open Source Projects from Julian Frank",
  "main": "index.ts",
  "types": "index.d.ts",
  "scripts": {
    
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/julianfrank/opensource.git"
  },
  "keywords": [
    "Julian",
    "Frank"
  ],
  "author": "Julian Frank",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/julianfrank/opensource/issues"
  },
  "homepage": "https://github.com/julianfrank/opensource#readme",
  "workspaces": [
    "packages/mic_manager"
  ],
  "exports": {
    "import": {
      "types": "./index.d.ts",
      "default": "./index.ts"
    },
    "default": {
      "types": "./index.d.ts",
      "default": "./index.ts"
    }
  }
}

