{
  "name": "@alexandreannic/react-hooks-lib",
  "version": "1.11.22",
  "description": "Bunch of react hooks",
  "main": "lib/index.js",
  "private": false,
  "scripts": {
    "test": "npm run build && mocha -r ts-node/register src/**/*.spec.ts",
    "build": "tsc",
    "release": "npm run build && ts-node release.ts"
  },
  "author": "alexandre.annic1@gmail.com",
  "license": "ISC",
  "peerDependencies": {
    "react": ">= 17.0.2"
  },
  "devDependencies": {
    "react-dom": "^18.2.0",
    "@types/chai": "4.3.0",
    "@types/mocha": "10.0.1",
    "@types/node": "^20.4.1",
    "@types/react": "18.2.14",
    "chai": "4.3.6",
    "mocha": "10.2.0",
    "ts-mocha": "10.0.0",
    "typescript": "5.1.6"
  },
  "dependencies": {
    "ts-node": "^10.7.0"
  }
}
