Skip to content

Conversation

schalkventer
Copy link
Contributor

package.json:

{
  "name": "frrm",
  "type": "module",
  "version": "2.0.1",
  "description": "Tiny 0.5kb Zod-based, HTML form abstraction that goes brr.",
  "author": "Schalk Venter <venterschalk@gmail.com> (http://schalkventer.me/)",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "scripts": {
    "build": "microbundle"
  },
  "devDependencies": {
    "@types/react": "^18.3.12",
    "microbundle": "^0.15.1",
    "react": "^18.3.1",
    "zod": "^4.1.11"
  },
  "peerDependencies": {
    "zod": "^3.25.0 || ^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/schalkventer/frrm.git"
  },
  "keywords": [
    "zod",
    "form"
  ],
  "bugs": "https://github.com/schalkventer/frrm/issues",
  "license": "MIT"
}

@colinhacks
Copy link
Owner

Cool! Love to see it 👍

@colinhacks colinhacks merged commit 3fcb20f into colinhacks:main Oct 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants