UNPKG

algolia-crawl

Version:

Crawl your site and sync your Algolia search index

54 lines (53 loc) 1.48 kB
{ "name": "algolia-crawl", "version": "1.2.16", "description": "Crawl your site and sync your Algolia search index", "main": "dist/index.js", "bin": "dist/cli.js", "scripts": { "build": "tsc", "test": "jest", "test-watch": "jest --watch", "coverage": "jest --coverage", "update-template": "npx update-template https://github.com/koj-co/algolia-crawl", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/koj-co/algolia-crawl.git" }, "keywords": [ "koj", "template", "nodejs", "typescript" ], "author": "Anand Chowdhary <mail@anandchowdhary.com>", "license": "MIT", "bugs": { "url": "https://github.com/koj-co/algolia-crawl/issues" }, "homepage": "https://github.com/koj-co/algolia-crawl#readme", "devDependencies": { "@koj/config": "^1.2.8", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.1.2", "@semantic-release/npm": "^7.0.8", "@types/jest": "^26.0.15", "@types/puppeteer": "^5.4.0", "@types/yargs": "^15.0.9", "jest": "^26.6.3", "semantic-release": "^17.2.3", "semantic-release-gitmoji": "^1.3.4", "ts-jest": "^26.4.4", "typescript": "^4.0.5", "update-template": "^1.3.0" }, "dependencies": { "@anandchowdhary/cosmic": "^1.0.1", "algoliasearch": "^4.7.0", "puppeteer": "^5.5.0", "yargs": "^16.1.1" } }