{
  "name": "@mnemonik/scanner",
  "version": "7.59.2",
  "description": "Automatic codebase indexing daemon for Mnemonik",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JayDeeCo-Limited/mnemonik.git",
    "directory": "packages/scanner"
  },
  "type": "module",
  "bin": {
    "mnemonik-scanner": "dist/index.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ../../node_modules/@typescript/native/bin/tsc",
    "typecheck": "node ../../node_modules/@typescript/native/bin/tsc --noEmit -p tsconfig.test.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@mnemonik/shared": "^7.59.2"
  },
  "devDependencies": {
    "@types/node": "^20.19.43",
    "@typescript/native": "npm:typescript@7.0.2",
    "vitest": "^4.1.10"
  }
}
