{
  "version": "10.6.0",
  "name": "@volo/abp-app-config",
  "description": "Framework-agnostic ABP application configuration client.",
  "type": "module",
  "main": "./index.js",
  "exports": {
    ".": "./index.js"
  },
  "types": "./index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://abp.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/volosoft/volo.git"
  },
  "license": "LGPL-3.0",
  "keywords": [
    "abp",
    "application-configuration",
    "localization",
    "framework-agnostic",
    "react"
  ]
}
