{
  "name": "@reactjs-player/use-state",
  "version": "1.2.1",
  "description": "> TODO: description",
  "author": "xiaosong <kunkkaco@gmail.com>",
  "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-state/README.md",
  "license": "ISC",
  "main": "lib/use-state.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goblin-laboratory/reactjs-player.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/goblin-laboratory/reactjs-player/issues"
  },
  "peerDependencies": {
    "react": "^16.12.0"
  },
  "devDependencies": {
    "@testing-library/react": "^9.4.0",
    "@testing-library/react-hooks": "^3.2.1"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "93ad712354daeae423567437d6f3c02851b13298"
}
