{
    "name": "gatsby-use-fusejs",
    "version": "0.1.0",
    "description": "package for fusejs search in gatsbyjs project",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc"
    },
    "keywords": [
        "gatsby",
        "fusejs",
        "gatsby-plugin-fusejs"
    ],
    "author": "Seyoung Park <seyoung8239@gmail.com>",
    "license": "MIT",
    "dependencies": {
        "fuse.js": "^6.6.2",
        "react": "^18.2.0"
    },
    "devDependencies": {
        "@types/react": "^18.0.28",
        "typescript": "^5.0.2"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/seyoung8239/gatsby-use-fusejs"
    }
}
