{
  "name": "use-file-upload",
  "version": "1.1.0",
  "description": "react hooks library to build highly customisable file uploads into your react app.",
  "author": "Marvinified",
  "license": "MIT",
  "repository": "Marvinified/use-file-upload",
  "main": "dist/index.js",
  "module": "dist/index.modern.mjs",
  "source": "src/index.js",
  "typings": "@types/index.d.ts",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "rm -rf dist && microbundle --no-generateTypes --no-compress --format modern,cjs",
    "start": "microbundle watch --no-generateTypes --no-compress --format modern,cjs",
    "prepare": "run-s build",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint .",
    "test:unit": "cross-env CI=1 react-scripts test --watchAll=false --passWithNoTests",
    "test:watch": "react-scripts test --env=jsdom",
    "predeploy": "cd example && yarn install && yarn run build",
    "deploy": "gh-pages -d example/build"
  },
  "peerDependencies": {
    "react": ">=16.8.0 <20"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/eslint-parser": "^7.28.6",
    "cross-env": "^10.1.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-standard": "^17.1.0",
    "eslint-config-standard-react": "^13.0.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-promise": "^6.6.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^4.6.2",
    "gh-pages": "^6.3.0",
    "microbundle": "^0.15.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.8.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-scripts": "^5.0.1"
  },
  "files": [
    "dist",
    "@types"
  ],
  "keywords": [
    "react",
    "hooks",
    "file",
    "input",
    "upload"
  ]
}
