UNPKG

svelte-hook-form

Version:
37 lines (36 loc) 872 B
{ "name": "svelte-hook-form", "version": "0.1.1", "type": "module", "description": "A better version of form validation.", "author": "si3nloong <sianloong90@gmail.com> (https://github.com/si3nloong)", "homepage": "https://github.com/si3nloong/svelte-hook-form", "license": "MIT", "main": "lib/index.cjs", "browser": "lib/index.min.js", "module": "lib/index.mjs", "svelte": "src/index.ts", "types": "types/index.d.ts", "repository": "https://github.com/si3nloong/svelte-hook-form", "publishConfig": { "access": "public" }, "keywords": [ "SvelteJS", "Svelte3", "react-hook-form", "validation", "validator", "form" ], "files": [ "src", "lib", "types" ], "scripts": { "test": "jest src", "test:watch": "npm run test --watch" }, "gitHead": "4ef2311e040c77a75095df7984cc71bde1cf921b" }