UNPKG

@browser.style/data-entry

Version:

Dynamic data entry form component with JSON schema validation and internationalization support

46 lines (45 loc) 1.04 kB
{ "name": "@browser.style/data-entry", "version": "1.0.20", "description": "Dynamic data entry form component with JSON schema validation and internationalization support", "type": "module", "module": "index.js", "exports": { ".": { "import": "./index.js", "style": "./index.css" }, "./style": "./index.css" }, "files": [ "index.js", "index.css", "modules/*.js" ], "dependencies": { "@browser.style/common": "^1.0.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "browser.style", "web-components", "data-entry", "form", "json-schema", "validation" ], "author": "Mads Stoumann", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/madsstoumann/browser-style.git", "directory": "ui/data-entry" }, "bugs": { "url": "https://github.com/madsstoumann/browser-style/issues" }, "homepage": "https://browser.style/ui/data-entry" }