{
    "name": "@maibornwolff/mwui-vue",
    "version": "0.6.6",
    "description": "Vue specific wrapper for mwui",
    "repository": {
        "type": "git",
        "url": "https://github.com/MaibornWolff/mwui.git"
    },
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "directories": {
        "lib": "lib",
        "test": "__tests__"
    },
    "files": [
        "lib"
    ],
    "scripts": {
        "test": "node ./__tests__/mwui-vue.test.js",
        "build": "npm run tsc",
        "tsc": "tsc -p .",
        "release": "release-it"
    },
    "dependencies": {
        "@maibornwolff/mwui-stencil": "^0.5.8"
    },
    "devDependencies": {
        "vue": "^3.2.37"
    },
    "publishConfig": {
        "access": "public"
    }
}
