{
  "name": "nuxt-split-type",
  "version": "0.1.8",
  "description": "Nuxt SplitType",
  "repository": "stevenjpx2/nuxt-split-type",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "nuxt",
    "nuxt-module",
    "gsap",
    "splittingjs",
    "splitting",
    "splittype",
    "split-type",
    "split type",
    "nuxt-split-type"
  ],
  "homepage": "https://github.com/stevenjpx2/nuxt-split-type",
  "bugs": {
    "url": "https://github.com/stevenjpx2/nuxt-split-type/issues"
  },
  "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",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
    "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@nuxt/kit": "^3.11.2",
    "@vueuse/nuxt": "^10.9.0",
    "@vueuse/shared": "^10.9.0",
    "@vueuse/core": "^10.9.0",
    "split-type": "^0.3.4",
    "typescript": "^5.4.5"
  },
  "devDependencies": {
    "@nuxt/devtools": "latest",
    "@nuxt/eslint-config": "^0.2.0",
    "@nuxt/module-builder": "^0.5.5",
    "@nuxt/schema": "^3.11.2",
    "@nuxt/test-utils": "^3.12.1",
    "@types/node": "^18.19.33",
    "changelogen": "^0.5.5",
    "eslint": "^8.57.0",
    "nuxt": "^3.11.2",
    "vitest": "^0.33.0"
  }
}