{
    "name": "nuxt-my-icons",
    "description": "All-in-one toolkit for using SVG icons in your Nuxt site!",
    "version": "1.2.2",
    "keywords": [
        "nuxt",
        "icon",
        "icons",
        "svg",
        "vue"
    ],
    "repository": "Gwynerva/nuxt-my-icons",
    "homepage": "https://github.com/Gwynerva/nuxt-my-icons",
    "author": {
        "name": "Gwynerva <https://github.com/Gwynerva>",
        "url": "https://github.com/Gwynerva"
    },
    "license": "MIT",
    "type": "module",
    "exports": {
        ".": {
            "types": "./dist/types.d.mts",
            "import": "./dist/module.mjs"
        }
    },
    "typesVersions": {
        "*": {
            ".": [
                "./dist/types.d.mts"
            ]
        }
    },
    "main": "./dist/module.mjs",
    "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 prepack && npm publish"
    },
    "dependencies": {
        "@nuxt/kit": "latest"
    },
    "peerDependencies": {
        "chokidar": "^4.0.3"
    },
    "devDependencies": {
        "@nuxt/module-builder": "latest",
        "@types/jest": "^30.0.0",
        "nuxt": "latest",
        "prettier": "^3.6.2",
        "vue-tsc": "latest"
    }
}
