formvuelate
Version:
Schema Form Generator
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "formvuelate",
"version": "3.9.1",
"description": "Schema Form Generator",
"types": "dist/formvuelate.d.ts",
"author": "Marina Mosti",
"scripts": {
"test:unit": "vue-cli-service test:unit --coverage",
"test:e2e": "cypress open-ct",
"test:e2e:ci": "cypress run-ct",
"lint": "vue-cli-service lint",
"ci:lint": "yarn lint --no-fix",
"test": "yarn lint && yarn test:unit",
"test:unit:watch": "yarn test:unit --watch"
},
"main": "dist/formvuelate.cjs.js",
"browser": "dist/formvuelate.umd.js",
"unpkg": "dist/formvuelate.umd.js",
"module": "dist/formvuelate.es.js",
"files": [
"dist",
"src"
],
"peerDependencies": {
"vue": "^3.0.0"
},
"bugs": {
"url": "https://github.com/formvuelate/formvuelate"
},
"engines": {
"node": ">=12.17.0"
},
"homepage": "https://formvuelate.js.org/",
"keywords": [
"vue",
"form",
"schema",
"plugin",
"dynamic form"
],
"repository": {
"type": "git",
"url": "git+https://github.com/formvuelate/formvuelate.git"
},
"gitHead": "ae9439fbdc3394e5d9d3451ba4b2daa8746439fb"
}