{
  "name": "losen",
  "version": "10.0.2",
  "main": "./dist/index.ts",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "license": "MIT",
  "engines": {
    "node": "20",
    "npm": "9"
  },
  "scripts": {
    "lint": "tsc --noEmit",
    "build": "tsup ./index.ts --format cjs,esm --dts --external react",
    "dev": "npm run build -- --watch",
    "bump-version": "npm version",
    "publish-package": "npm publish",
    "test": "jest"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.10",
    "@types/lodash": "^4.14.202",
    "@types/react": "^18.2.41",
    "@types/react-dom": "^18.2.17",
    "@types/react-modal": "^3.16.3",
    "@types/styled-components": "^5.1.32",
    "np": "^9.0.0",
    "react-redux": "^8.1.3",
    "styled-components": "^6.1.1",
    "ts-jest": "^29.1.1",
    "config": "3.3.9",
    "tsup": "^8.0.1"
  },
  "dependencies": {
    "axios": "^1.6.2",
    "lodash": "^4.17.21",
    "react-modal": "^3.16.1"
  },
  "peerDependencies": {
    "react": "17.x || 18.x",
    "react-dom": "17.x || 18.x",
    "react-redux": "^8",
    "redux": "^4",
    "styled-components": "^5 || ^6"
  }
}
