{
    "name": "vtyx",
    "version": "4.4.3",
    "description": "VueJS 3.x with Typescript & JSX",
    "main": "dist/vtyx.common.js",
    "module": "dist/vtyx.esm.js",
    "types": "types/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/intersec/vtyx.git"
    },
    "author": "Intersec",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/intersec/vtyx/issues"
    },
    "homepage": "https://github.com/intersec/vtyx#readme",
    "scripts": {
        "build": "npm run build:ts && npm run build:bundle",
        "build:ts": "tsc -p .",
        "build:bundle": "rollup -c",
        "test": "npm run test:tape && npm run test:eslint",
        "test:tape": "tape test/*",
        "test:eslint": "eslint test/*"
    },
    "dependencies": {
        "vue": "^3.5.21",
        "vue-class-component": "8.0.0-rc.1",
        "vue-property-decorator": "10.0.0-rc.3"
    },
    "devDependencies": {
        "eslint": "^8.57.1",
        "rollup": "2.79.2",
        "tape": "^5.9.0",
        "typescript": "~5.9"
    }
}
