{ "name": "react-component-form", "version": "1.3.0", "description": "Manage React Forms with ease.", "author": "Divlo ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Divlo/react-component-form.git" }, "keywords": [ "react-form", "react-component-form" ], "bugs": { "url": "https://github.com/Divlo/react-component-form/issues" }, "homepage": "https://github.com/Divlo/react-component-form#readme", "module": "dist/react-component-form.esm.js", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=12" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint:commit": "commitlint", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint '**/*.md' --dot --ignore node_modules", "lint:typescript": "tsdx lint" }, "peerDependencies": { "react": ">=16" }, "dependencies": { "polyfill-object.fromentries": "1.0.1" }, "devDependencies": { "@commitlint/cli": "12.1.4", "@commitlint/config-conventional": "12.1.4", "@testing-library/react": "11.2.7", "@types/react": "17.0.11", "@types/react-dom": "17.0.7", "editorconfig-checker": "4.0.2", "markdownlint-cli": "0.27.1", "react": "17.0.2", "react-dom": "17.0.2", "tsdx": "0.14.1", "typescript": "4.3.3" } }