{
    "name": "@vuetter/vite-plugin-vue-svg",
    "version": "0.1.2",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/vuetter/vite-plugin-vue-svg.git"
    },
    "keywords": [
        "vite",
        "vite2",
        "vue",
        "vue3",
        "svg"
    ],
    "engines": {
        "node": ">= 12"
    },
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "README.md"
    ],
    "scripts": {
        "build": "rimraf dist && run-s build-bundle build-types",
        "build-bundle": "rollup -c",
        "build-types": "tsc -p . --emitDeclarationOnly --outDir dist"
    },
    "dependencies": {
        "@vue/compiler-sfc": "^3.0.0",
        "svgo": "^2.3.1"
    },
    "devDependencies": {
        "@rollup/plugin-typescript": "^8.2.5",
        "@types/node": "^16.0.1",
        "@types/svgo": "^2.3.1",
        "rollup": "^2.56.2",
        "typescript": "^4.3.5",
        "vite": "^2.5.0"
    }
}
