{ "name": "react-component-form", "version": "0.0.0-development", "public": true, "description": "Manage React Forms with ease.", "author": "Divlo ", "license": "MIT", "repository": { "type": "git", "url": "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-path \".gitignore\"", "lint:typescript": "tsdx lint", "release": "semantic-release" }, "peerDependencies": { "react": ">=16" }, "devDependencies": { "@commitlint/cli": "16.2.1", "@commitlint/config-conventional": "16.2.1", "@testing-library/react": "12.1.3", "@types/react": "17.0.39", "@types/react-dom": "17.0.11", "editorconfig-checker": "4.0.2", "markdownlint-cli": "0.31.1", "react": "17.0.2", "react-dom": "17.0.2", "semantic-release": "19.0.2", "tsdx": "0.14.1", "typescript": "4.5.5" } }