{
  "name": "react-unique-id-generator",
  "version": "1.1.1",
  "description": "React Unique ID Generator",
  "main": "./lib/index.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "nodemon lib/index.ts",
    "start": "node lib/index.ts",
    "test": "echo \"Error: no test specified\" ",
    "build": "webpack --config webpack.config.js"
  },
  "keywords": [
    "id",
    "react",
    "react-id",
    "unique-id",
    "id-generator"
  ],
  "author": "Riyajath Ahamed",
  "license": "MIT",
  "dependencies": {
    "nodemon": "^3.1.0",
    "react": "^18.2.0",
    "ts-loader": "^9.5.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/react": "^18.2.79",
    "jest": "^29.7.0",
    "react-test-renderer": "^18.2.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  }
}
