{
  "name": "5app-use-item-list",
  "version": "0.1.1",
  "author": "Travis Arnold",
  "description": "Manage indexed collections in React using hooks.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diondiondion/use-item-list.git"
  },
  "module": "dist/use-item-list.esm.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "indexed",
    "collection",
    "lists",
    "accessibility",
    "aria",
    "activedescendant"
  ],
  "scripts": {
    "develop": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "devDependencies": {
    "@types/jest": "^25.1.3",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "husky": "^4.2.3",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "tsdx": "^0.12.3",
    "tslib": "^1.11.1",
    "typescript": "^3.8.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "dependencies": {
    "mitt": "^1.2.0",
    "use-constant": "^1.0.0"
  }
}
