UNPKG

helithre-vue

Version:

Helithre allows you to create pages and forms in Vue using JSON configuration

38 lines 877 B
{ "name": "helithre-vue", "version": "2.0.1", "main": "./helithre-vue.umd.cjs", "module": "./helithre-vue.js", "types": "./index.d.ts", "exports": { ".": { "import": "./helithre-vue.js", "require": "./helithre-vue.umd.cjs", "types": "./index.d.ts" } }, "description": "Helithre allows you to create pages and forms in Vue using JSON configuration", "peerDependencies": { "vue": "^3.0.0" }, "repository": { "type": "git", "url": "https://github.com/LorenzoCirelli/helithre-vue" }, "keywords": [ "vue3", "vue", "form", "forms", "json", "json-forms" ], "author": { "name": "Lorenzo Cirelli" }, "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/LorenzoCirelli/helithre-vue/issues" }, "homepage": "https://github.com/LorenzoCirelli/helithre-vue#readme" }