{
  "name": "reactstrap-react-lib",
  "version": "12.0.9",
  "description": "This is a lib for react and next",
  "main": "lib/index.js",
  "types": "lib",
  "scripts": {
    "build": "tsc -p .",
    "dev": "npm run build && echo Built the lib \\n && yalc publish --push && echo  Published  to local repo \\n && cd test && echo Now inside test \\n &&  yalc link reactstrap-react-lib && echo linked from local repo \\n && npm run dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/umeshramya/reactstrap-react-lib.git"
  },
  "keywords": [
    "react-lib",
    "next-lib"
  ],
  "author": "Dr Umesh R Bilagi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/umeshramya/reactstrap-react-lib/issues"
  },
  "homepage": "https://github.com/umeshramya/reactstrap-react-lib#readme",
  "devDependencies": {
    "@types/node": "^24.3.0",
    "@types/react": "^18.0.26",
    "@types/reactstrap": "^8.7.2",
    "@types/styled-jsx": "^2.2.8",
    "next": "^13.0.6",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "reactstrap": "^8.9.0",
    "typescript": "^4.2.3",
    "yalc": "*"
  },
  "dependencies": {
    "axios": "^1.6.2",
    "browser-image-compression": "^2.0.2"
  },
  "files": [
    "lib/**/*"
  ]
}
