{
  "name": "streamlit-react-modal",
  "version": "1.0.2",
  "description": "",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viveksthul15/streamlit-react-modal.git"
  },
  "scripts": {
    "build": "tsc && tsc --module commonjs --outDir dist/cjs",
    "prettier": "prettier --write \"{src,example/src}/**/*.{js,ts,jsx,tsx}\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm run prettier"
  },
  "devDependencies": {
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "prettier": "^2.8.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router": "^5.3.1",
    "react-router-dom": "^5.3.1",
    "react-scripts": "^3.4.1",
    "tslib": "^2.4.1",
    "typescript": "^4.7.3"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "react",
    "streamlit",
    "modal",
    "streamlit-react",
    "streamlit-modal",
    "modal"
  ],
  "author": "Vivek Sthul",
  "license": "MIT"
}
