{
  "name": "@aeria-ui/core",
  "type": "module",
  "version": "0.0.125",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./stores": "./dist/stores/index.js",
    "./types": "./dist/types/index.js"
  },
  "typesVersions": {
    "*": {
      "stores": [
        "./dist/stores/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@aeriajs/common": "^0.0.164",
    "@aeriajs/types": "^0.0.139",
    "jwt-decode": "^4.0.0",
    "vue": "^3.5.24",
    "vue-demi": "^0.14.10",
    "vue-router": "^5.0.4"
  },
  "devDependencies": {
    "@aeria-ui/i18n": "link:../i18n",
    "@aeria-ui/state-management": "link:../state-management",
    "@aeria-ui/utils": "link:../utils",
    "@types/node": "^25.5.0",
    "aeria-sdk": "^0.0.219",
    "vite": "^7.3.1"
  },
  "peerDependencies": {
    "@aeria-ui/i18n": "^0.0.19",
    "@aeria-ui/state-management": "^0.0.21",
    "@aeria-ui/utils": "^0.0.13",
    "aeria-sdk": "0.0"
  },
  "scripts": {
    "test": "echo skipping",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build": "tsc",
    "postinstall": "node dist/__scripts__/postinstall.js || true"
  }
}