{
  "name": "@meilisearch/scrapix",
  "version": "0.1.7",
  "description": "Automatic scraper and indexer to Meilisearch of any website.",
  "main": "dist/src/index.js",
  "dependencies": {
    "axios": "^1.4.0",
    "bull": "^4.10.4",
    "crawlee": "^3.0.0",
    "dotenv": "^16.0.3",
    "express": "^4.18.2",
    "instantsearch.css": "^8.0.0",
    "meilisearch": "^0.31.1",
    "minimatch": "^9.0.1",
    "prettier": "^2.8.4",
    "puppeteer": "^21.0.1",
    "puppeteer-core": "^21.0.1",
    "strapi-plugin-meilisearch": "^0.9.2-logs.0",
    "uuid": "^9.0.0",
    "yargs": "^17.7.2"
  },
  "scripts": {
    "build": "tsc",
    "start": "tsc && node dist/src/bin/index.js",
    "serve": "tsc && node dist/src/server.js",
    "dev:build": "nodemon --config ./config/nodemon:build.json",
    "dev:ds:scrap": "nodemon --config ./config/nodemon:docsearch-scrap.json",
    "dev:default:scrap": "nodemon --config ./config/nodemon:default-scrap.json",
    "playground:docsearch": "concurrently \"yarn dev:ds:scrap\" \"yarn playground:start\"",
    "playground:default": "concurrently \"yarn dev:default:scrap\" \"yarn playground:start\"",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "playground:start": "yarn --cwd playground/docusaurus && yarn --cwd playground/docusaurus start",
    "test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1"
  },
  "author": "It's not you it's me",
  "license": "ISC",
  "devDependencies": {
    "@apify/log": "^2.1.3",
    "@apify/tsconfig": "^0.1.0",
    "@types/express": "^4.17.17",
    "@types/prettier": "^2.7.3",
    "@types/uuid": "^9.0.2",
    "@types/yargs": "^17.0.24",
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "concurrently": "^8.2.0",
    "eslint": "^8.43.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-jest": "^27.2.2",
    "eslint-plugin-prettier": "^4.2.1",
    "nodemon": "^2.0.22",
    "typescript": "^5.1.3"
  },
  "files": [
    "dist",
    "src"
  ]
}
