UNPKG

@olapat/react-useform

Version:
46 lines (45 loc) 1.18 kB
{ "name": "@olapat/react-useform", "version": "0.3.1", "main": "dist/index.js", "module": "dist/index.js", "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.4", "@babel/preset-env": "^7.26.9", "@types/node": "^22.13.9", "@types/react": "^19.0.10", "typescript": "^5.8.2", "web-vitals": "^2.1.4" }, "peerDependencies": { "react": ">=19.0.0" }, "scripts": { "clean": "rimraf ./dist", "dist": "babel src --out-dir dist --copy-files", "declaration": "npx -p typescript tsc --declaration src/index.ts --jsx react-jsx --outDir dist --esModuleInterop", "publish-public": "npm publish --access public", "type-check": "tsc -b" }, "eslintConfig": { "extends": [ "react-app" ] }, "repository": { "type": "git", "url": "git+https://github.com/Olapat/react-useform.git" }, "keywords": [ "react", "react", "useform" ], "author": "Olapat <lapatbr19@gmail.com> (https://github.com/Olapat)", "license": "ISC", "bugs": { "url": "https://github.com/Olapat/react-useform/issues" }, "homepage": "https://github.com/Olapat/react-useform#readme" }