{
    "name": "thehandy-react",
    "version": "2.1.2",
    "description": "React utility components for working with The Handy automatic stroker",
    "author": "Defucilis",
    "license": "MIT",
    "homepage": "https://github.com/defucilis/thehandy-react",
    "bugs": {
        "url": "https://github.com/defucilis/thehandy-react/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/defucilis/thehandy-react.git"
    },
    "keywords": [
        "handy",
        "funscript",
        "the handy",
        "thehandy",
        "react"
    ],
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "webpack-dev-server --open development",
        "build": "webpack --mode production --config publish.config.js",
        "deploy": "webpack --config publish.config.js --mode production && npm publish",
        "format": "prettier --write ."
    },
    "peerDependencies": {
        "react": ">=17.0",
        "react-dom": ">=17.0"
    },
    "devDependencies": {
        "@babel/cli": "^7.22.15",
        "@babel/core": "^7.22.17",
        "@babel/preset-env": "^7.22.15",
        "@babel/preset-react": "^7.22.15",
        "@babel/preset-typescript": "^7.22.15",
        "@types/react": "^17.0.2",
        "@types/react-dom": "^17.0.2",
        "@types/react-router-dom": "^5.1.7",
        "babel-loader": "^9.1.3",
        "html-webpack-plugin": "^5.5.3",
        "prettier": "^2.2.1",
        "react": ">=17.0",
        "react-dom": ">=17.0",
        "typescript": "^5.2.2",
        "webpack": "^5.88.2",
        "webpack-cli": "^5.1.4",
        "webpack-dev-server": "^4.15.1"
    },
    "dependencies": {
        "thehandy": "1.1.0"
    }
}
