UNPKG

@ssfbank/gatsby-plugin-search-fusejs

Version:
43 lines (42 loc) 1.1 kB
{ "name": "@ssfbank/gatsby-plugin-search-fusejs", "version": "1.0.6", "description": "Search for gatsby; implemented via fusejs.", "scripts": { "build": "babel src --out-dir .", "build:watch": "babel src --watch --out-dir .", "default": "npm run build:watch", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ssfbank/gatsby-plugin-search-fusejs.git" }, "keywords": [ "gatsby", "gatsby-plugin", "fusejs", "search" ], "author": "Asbjørn Lucassen <asbjorn.lucassen@ssf.no>", "contributors": [ "Asbjørn Lucassen" ], "license": "MIT", "bugs": { "url": "https://github.com/ssfbank/gatsby-plugin-search-fusejs/issues" }, "homepage": "https://github.com/ssfbank/gatsby-plugin-search-fusejs#readme", "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/preset-env": "^7.15.6" }, "dependencies": { "fuse.js": "6.4.6" }, "peerDependencies": { "gatsby": ">=3" } }