UNPKG

ovsjs

Version:

OVS Runtime - A declarative UI syntax similar to Flutter and SwiftUI

36 lines (35 loc) 790 B
{ "name": "ovsjs", "version": "0.2.2", "type": "module", "main": "src/index.ts", "types": "src/index.ts", "license": "MIT", "scripts": { "build": "tsdown", "prepublishOnly": "npm run build" }, "homepage": "https://github.com/nicholasyhuang/ovs", "repository": { "type": "git", "url": "git+https://github.com/nicholasyhuang/ovs.git" }, "keywords": [ "ovs", "UI", "framework", "declarative", "vue", "component" ], "author": "nicholasyhuang", "description": "OVS Runtime - A declarative UI syntax similar to Flutter and SwiftUI", "dependencies": { "vue": "^3.5.13" }, "devDependencies": { "@vue/tsconfig": "^0.8.0", "tsdown": "0.17.0-beta.6" }, "gitHead": "cc2464a4d35f474bbc6305d6418a18293e9d5b52" }