{
    "name": "selectic",
    "version": "3.1.5",
    "description": "Smart Select for VueJS 3.x",
    "main": "dist/selectic.common.js",
    "module": "dist/selectic.esm.js",
    "types": "types/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/intersec/selectic.git"
    },
    "author": "Intersec",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/intersec/selectic/issues"
    },
    "homepage": "https://github.com/intersec/selectic#readme",
    "keywords": [
        "select",
        "selectic",
        "multiselect",
        "multi-select",
        "multi-select",
        "dynamic select",
        "smart select",
        "vue",
        "vue.js",
        "vueJS",
        "vtyx",
        "component",
        "Vue3",
        "Vue-next"
    ],
    "scripts": {
        "build": "npm run build:ts && npm run build:bundle",
        "build:ts": "tsc -p .",
        "build:bundle": "rollup -c",
        "pack": "npm run build && npm pack",
        "test": "npm run build && tape test/**/*.spec.js"
    },
    "dependencies": {
        "vtyx": "4.2.1"
    },
    "devDependencies": {
        "@babel/types": "^7.23.6",
        "rollup": "^2.79.1",
        "rollup-plugin-postcss": "^4.0.2",
        "tape": "^4.17.0",
        "typescript": "~4.8"
    }
}
