{
  "name": "node-emoji-nuxt",
  "version": "1.2.1",
  "description": "Friendly emoji lookups and parsing utilities for nuxt module. 💖",
  "repository": "xingxing-collective/node-emoji-nuxt",
  "license": "MIT",
  "keywords": [
    "emoji",
    "node-emoji",
    "emoticons",
    "emoticon",
    "emojis",
    "smiley",
    "smileys",
    "smilies",
    "nuxt",
    "nuxt-module"
  ],
  "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",
    "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 test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "dependencies": {
    "@nuxt/kit": "3.14.1592",
    "node-emoji": "^2.2.0"
  },
  "devDependencies": {
    "@nuxt/devtools": "^1.6.4",
    "@nuxt/eslint-config": "^0.7.4",
    "@nuxt/module-builder": "^0.8.4",
    "@nuxt/schema": "3.14.1592",
    "@nuxt/test-utils": "^3.15.1",
    "@types/node": "latest",
    "changelogen": "^0.5.7",
    "eslint": "^9.17.0",
    "nuxt": "3.14.1592",
    "typescript": "~5.7.2",
    "vitest": "^2.1.8",
    "vue-tsc": "^2.2.0"
  }
}
