{
  "name": "@thunderstorefront/sdk",
  "type": "module",
  "version": "0.3.3",
  "main": "./nuxt.config.ts",
  "keywords": [
    "thunder",
    "sdk",
    "thunderstorefront"
  ],
  "author": "Yaroslav Hromovyi",
  "files": [
    "nuxt.config.ts",
    "thunder-sdk.config.ts",
    "server",
    "app"
  ],
  "dependencies": {
    "vue": "3.5.13",
    "@thunderstorefront/types": "0.2.1"
  },
  "devDependencies": {
    "@nuxt/eslint": "latest",
    "eslint": "^9.13.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "nuxt": "3.14.0",
    "prettier": "^3.3.3",
    "typescript": "^5.6.3",
    "vue-tsc": "^2.1.10"
  },
  "scripts": {
    "dev": "nuxi dev .playground",
    "build": "nuxt build .playground",
    "generate": "nuxt generate .playground",
    "preview": "nuxt preview .playground",
    "lint": "eslint .",
    "postinstall": "nuxt prepare .playground",
    "typecheck": "nuxi typecheck ."
  }
}