{
  "name": "react-tv-space-navigation",
  "version": "6.0.0-beta1",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bamlab/react-tv-space-navigation.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/react-native": "^12.3.1",
    "@types/jest": "^29.5.3",
    "@types/lodash.uniqueid": "^4.0.8",
    "babel-jest": "^29.6.1",
    "jest": "^29.6.1",
    "jest-environment-jsdom": "^29.6.2",
    "jest-watch-typeahead": "^2.2.2",
    "typescript": "^5.1.6",
    "webpack": "^5.88.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1"
  },
  "scripts": {
    "test": "jest",
    "test:types": "tsc",
    "publish:prepare": "cp ../../README.md . && yarn build",
    "publish:package": "yarn publish:prepare && npm publish --access public && rm README.md",
    "build": "webpack --config webpack.config.js"
  },
  "dependencies": {
    "@bam.tech/lrud": "^8.0.2",
    "lodash.uniqueid": "^4.0.1"
  }
}
