UNPKG

gatsby-plugin-typesense

Version:

A gatsby plugin to push site content to a Typesense Search cluster

50 lines (49 loc) 1.57 kB
{ "name": "gatsby-plugin-typesense", "version": "0.3.1", "description": "A gatsby plugin to push site content to a Typesense Search cluster", "homepage": "https://github.com/typesense/gatsby-plugin-typesense", "repository": { "type": "git", "url": "https://github.com/typesense/gatsby-plugin-typesense" }, "license": "Apache-2.0", "author": { "name": "Typesense, Inc.", "email": "contact@typesense.org", "url": "https://typesense.org" }, "main": "index.js", "files": [ "gatsby-node.js", "lib/" ], "engines": { "node": ">=0.11.0" }, "scripts": { "testground:build": "npm link && cd test/support/testground && npm install && npm link gatsby-plugin-typesense && npm run config:enablePlugins && gatsby build", "testground:build:withoutPlugins": "npm link && cd test/support/testground && npm install && npm run config:disablePlugins && gatsby build && npm run config:enablePlugins", "typesenseServer": "docker run -i -p 8108:8108 -v/tmp/typesense-server-data/:/data typesense/typesense:0.16.0 --data-dir /data --api-key=xyz --listen-port 8108 --enable-cors", "test": "npm run testground:build:withoutPlugins && jest" }, "keywords": [ "gatsby", "gatsby-plugin", "typesense", "search" ], "devDependencies": { "@babel/runtime": "^7.13.17", "axios-mock-adapter": "^1.19.0", "jest": "^26.6.3", "prettier": "^2.2.1" }, "dependencies": { "cheerio": "^1.0.0-rc.6", "typesense": "^0.11.2" }, "peerDependencies": { "@babel/runtime": "^7.10.2" } }