{ "name": "@avcs/react-form", "version": "3.1.6", "description": "A context & hook based react form. Supports dirty-check, validation, reset and save functionalities of form", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts", "sideEffects": false, "scripts": { "test": "jest", "coverage": "jest --coverage", "lint": "eslint . --fix --quiet", "format": "prettier . --write", "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir lib/cjs" }, "repository": { "type": "git", "url": "git+https://github.com/avcs06/react-form.git" }, "keywords": [ "react", "form", "dirty" ], "author": "AvcS", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/avcs06/react-form/issues" }, "homepage": "https://github.com/avcs06/react-form#readme", "dependencies": {}, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", "babel-loader": "^8.2.5", "eslint": "^8.18.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.5.3", "eslint-plugin-n": "^15.2.3", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^28.1.2", "jest-environment-jsdom": "^28.1.2", "prettier": "2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.7.4" }, "files": [ "/lib" ] }