{
  "name": "@tricoteuses/tisseuse",
  "description": "Find links in/to French legislative documents",
  "version": "0.13.3",
  "keywords": [
    "Assemblée nationale",
    "France",
    "Légifrance",
    "law",
    "open data",
    "Parliament",
    "Sénat"
  ],
  "author": "Emmanuel Raviart <emmanuel@raviart.com>",
  "contributors": [
    "Camille Moulin <public_commits@proton.me>",
    "David Smadja <david.smadja@altatech.fr>"
  ],
  "bugs": {
    "url": "https://git.tricoteuses.fr/logiciels/tricoteuses-juridique/issues"
  },
  "homepage": "https://www.tricoteuses.fr/",
  "license": "AGPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://git.tricoteuses.fr/logiciels/tricoteuses-juridique.git"
  },
  "type": "module",
  "engines": {
    "node": ">=24"
  },
  "files": [
    "dist",
    "!dist/server",
    "!**/*.test.js"
  ],
  "exports": {
    ".": {
      "typedoc": "./src/lib/index.ts",
      "import": "./dist/index.js",
      "types": "./dist/src/lib/index.d.ts"
    },
    "./server": {
      "typedoc": "./src/lib/server/index.ts",
      "import": "./dist/server.js",
      "types": "./dist/src/lib/server/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "associate:jorf:commissions": "tsx src/scripts/associate_jorf_textes_with_assemblee_commissions.ts",
    "associate:jorf:dossiers": "tsx src/scripts/associate_jorf_textes_with_dossiers_legislatifs_assemblee.ts",
    "build": "vite build",
    "configure": "tsx src/scripts/configure.ts",
    "format": "prettier --write \"src/**/*.ts\" \"*.md\"",
    "index:jos": "tsx src/scripts/extract_jos_infos.ts",
    "index:typesense": "tsx src/scripts/index_typesense.ts",
    "lint": "eslint .",
    "prepack": "npm run build",
    "test": "npm run test:unit -- --run",
    "test:unit": "vitest"
  },
  "devDependencies": {
    "@tricoteuses/assemblee": "^3.2.10",
    "@tricoteuses/legifrance": "^0.18.7",
    "@tricoteuses/senat": "^3.1.11",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^25.9.0",
    "@types/papaparse": "^5.5.2",
    "@typescript-eslint/eslint-plugin": "^8.59.3",
    "@typescript-eslint/parser": "^8.59.3",
    "cheerio": "^1.2.0",
    "dedent-js": "^1.0.1",
    "dotenv": "^17.4.2",
    "eslint": "^10.4.0",
    "fs-extra": "^11.3.5",
    "papaparse": "^5.5.3",
    "postgres": "^3.4.9",
    "prettier": "^3.8.3",
    "sade": "^1.8.1",
    "tsx": "^4.22.1",
    "typescript": "^6.0.3",
    "typesense": "^3.0.6",
    "vite": "^8.0.13",
    "vite-plugin-dts": "^5.0.0",
    "vitest": "^4.1.6"
  },
  "dependencies": {
    "zod": "^4.4.3"
  }
}
