{
  "name": "@osaguild/ipfs-uploader",
  "version": "0.4.1",
  "description": "ipfs uploader",
  "author": {
    "name": "osaguild",
    "email": "osaguild@gmail.com"
  },
  "keywords": [
    "web3",
    "ipfs",
    "pinata",
    "react",
    "upload"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/osaguild/ipfs-uploader.git"
  },
  "bugs": {
    "url": "https://github.com/osaguild/ipfs-uploader/issues"
  },
  "homepage": "https://github.com/osaguild/ipfs-uploader",
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "lint": "run-s lint:eslint lint:prettier",
    "lint:eslint": "eslint --fix --ext .js,.jsx,.ts,.tsx",
    "lint:prettier": "prettier --write './**/*.{js,ts,tsx,json,md}'",
    "test": "run-s test:jsdom test:node",
    "test:jsdom": "jest --config=jest.jsdom.config.ts",
    "test:node": "jest --config=jest.node.config.ts",
    "rollup": "rollup -c",
    "prepare": "husky install",
    "sb": "start-storybook -p 6006",
    "build-sb": "build-storybook"
  },
  "peerDependencies": {
    "@chakra-ui/icons": "^2.0.11",
    "@chakra-ui/react": "^2.2.8",
    "axios": "^0.27.2",
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@chakra-ui/icons": "^2.0.11",
    "@chakra-ui/react": "^2.2.8",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@jest/types": "^28.1.3",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-typescript": "^8.3.4",
    "@storybook/addon-actions": "^6.5.10",
    "@storybook/addon-essentials": "^6.5.10",
    "@storybook/addon-interactions": "^6.5.10",
    "@storybook/addon-links": "^6.5.10",
    "@storybook/builder-webpack5": "^6.5.10",
    "@storybook/manager-webpack5": "^6.5.10",
    "@storybook/node-logger": "^6.5.10",
    "@storybook/preset-create-react-app": "^4.1.2",
    "@storybook/react": "^6.5.10",
    "@storybook/testing-library": "^0.0.13",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^13.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^28.1.7",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.33.1",
    "axios": "^0.27.2",
    "babel-plugin-named-exports-order": "^0.0.2",
    "dotenv": "^16.0.1",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^26.8.5",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^0.6.4",
    "framer-motion": "^7.2.1",
    "husky": "^8.0.0",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^5.0.1",
    "rollup": "^2.78.1",
    "rollup-plugin-dts": "^4.2.2",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.1",
    "tslib": "^2.4.0",
    "typescript": "^4.4.2",
    "webpack": "^5.74.0"
  },
  "files": [
    "dist"
  ]
}
