{
  "name": "@react-libraries/use-promise-state",
  "version": "0.0.3",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -b",
    "lint:fix": "eslint --fix && prettier --write src"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "@types/react": "^18.0.25",
    "@typescript-eslint/eslint-plugin": "^5.42.0",
    "@typescript-eslint/parser": "^5.42.0",
    "eslint": "^8.26.0",
    "eslint-config-next": "^13.0.2",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^4.8.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "nextjs",
    "next.js",
    "ssr",
    "fetch",
    "react"
  ],
  "author": "SoraKumo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ReactLibraries/use-promise-state.git"
  },
  "bugs": {
    "url": "https://github.com/ReactLibraries/use-promise-state/issues"
  },
  "homepage": "https://github.com/ReactLibraries/use-promise-state#readme",
  "description": "Providing SSR functionality with promise in Next.js"
}