@vaadin/hilla-lit-form
Version:
Hilla form utils
79 lines (78 loc) • 1.7 kB
JSON
{
"name": "@vaadin/hilla-lit-form",
"version": "24.7.5",
"description": "Hilla form utils",
"main": "index.js",
"module": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/hilla.git",
"directory": "packages/ts/lit-form"
},
"keywords": [
"Hilla",
"Form"
],
"scripts": {
"clean:build": "git clean -fx . -e .vite -e node_modules",
"build": "tsx ../../../scripts/build.ts",
"lint": "eslint src test",
"lint:fix": "npm run lint -- --fix",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"exports": {
".": {
"default": "./index.js"
},
"./Binder.js": {
"default": "./Binder.js"
},
"./BinderNode.js": {
"default": "./BinderNode.js"
},
"./BinderRoot.js": {
"default": "./BinderRoot.js"
},
"./Field.js": {
"default": "./Field.js"
},
"./index.js": {
"default": "./index.js"
},
"./Models.js": {
"default": "./Models.js"
},
"./types.js": {
"types": "./types.d.ts"
},
"./Validation.js": {
"default": "./Validation.js"
},
"./Validators.js": {
"default": "./Validators.js"
}
},
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/hilla/issues"
},
"homepage": "https://hilla.dev",
"files": [
"*.{d.ts.map,d.ts,js.map,js}"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vaadin/hilla-frontend": "24.7.5",
"validator": "13.12.0"
},
"peerDependencies": {
"lit": "^3.0.0"
}
}