{
  "name": "@canopassoftware/blog-components",
  "version": "1.2.4",
  "description": "Blog components",
  "keywords": [
    "components",
    "component library",
    "nuxt library",
    "nuxt module",
    "canopas"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canopas/blog-components.git"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build && tailwindcss -i src/runtime/assets/css/style.css -o ./dist/output.css --minify",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@nuxt/kit": "^3.7.4",
    "@pinia/nuxt": "^0.5.0",
    "axios": "^1.5.1",
    "nuxt-icon": "^0.5.0",
    "pinia": "^2.1.7"
  },
  "devDependencies": {
    "@nuxt/devtools": "latest",
    "@nuxt/eslint-config": "^0.2.0",
    "@nuxt/module-builder": "^0.5.2",
    "@nuxt/schema": "^3.7.4",
    "@nuxt/test-utils": "^3.7.4",
    "@nuxtjs/tailwindcss": "^6.8.0",
    "@tailwindcss/aspect-ratio": "^0.4.2",
    "@tailwindcss/typography": "^0.5.10",
    "@types/node": "^18.18.1",
    "changelogen": "^0.5.5",
    "eslint": "^8.50.0",
    "nuxt": "^3.7.4",
    "prettier": "^3.2.5",
    "prettier-plugin-tailwindcss": "^0.5.11",
    "vitest": "^0.33.0"
  },
  "bugs": {
    "url": "https://github.com/canopas/blog-components/issues"
  },
  "homepage": "https://github.com/canopas/blog-components#readme",
  "directories": {
    "test": "test"
  },
  "author": "canopassoftware"
}
