@code-gorilla-au/vue-forms
Version:
form authoring light weight framework
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "@code-gorilla-au/vue-forms",
"version": "0.0.4",
"description": "form authoring light weight framework",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./*": "./dist/*"
},
"scripts": {
"test": "test",
"clean": "rm -rf dist",
"build": "rollup -c",
"publishLocal": "yalc publish --push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-gorilla-au/vue-forms.git"
},
"keywords": [
"vue",
"forms",
"inputs",
"form-generation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/code-gorilla-au/vue-forms/issues"
},
"homepage": "https://github.com/code-gorilla-au/vue-forms#readme",
"peerDependencies": {
"vue": "^3.2.1"
},
"dependencies": {
"uuid": "^9.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/uuid": "^9",
"rollup": "^3.20.2"
}
}