{
  "name": "docujoint",
  "version": "0.29.9",
  "description": "Deterministic documentation-format engine: you declare the format (an OKF profile), it parses your markdown into a joinable IR — findings, dashboards, and a graph projection",
  "license": "MIT",
  "homepage": "https://docujoint.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filetelierb/docujoint.git"
  },
  "bugs": {
    "url": "https://github.com/filetelierb/docujoint/issues"
  },
  "keywords": [
    "documentation",
    "markdown",
    "knowledge-base",
    "okf",
    "linter",
    "static-analysis",
    "documentation-as-code",
    "graph",
    "sqlite",
    "cli"
  ],
  "type": "module",
  "bin": {
    "dj": "./dist/cli.js",
    "docujoint": "./dist/cli.js"
  },
  "main": "./dist/core/engine.js",
  "files": [
    "dist",
    "templates",
    "skills",
    "README.md",
    "CHANGELOG.md",
    "NOTICE"
  ],
  "scripts": {
    "prepare": "node scripts/fix-astryx.mjs",
    "build": "npm run build:client && tsc -p tsconfig.ui.json && tsc && node scripts/copy-client.mjs",
    "test": "node --import tsx --test test/*.test.ts",
    "lint-template": "tsx src/cli.ts lint --all --vault templates/programming/vault --format templates/programming/format.yaml",
    "tokens": "node scripts/tokens.mjs",
    "prepublishOnly": "npm run build && npm test",
    "build:client": "vite build",
    "pretest": "npm run build:client",
    "prelint-template": "npm run build:client"
  },
  "dependencies": {
    "d3": "^7.9.0",
    "mermaid": "^11.16.0",
    "yaml": "^2.5.0"
  },
  "devDependencies": {
    "@astryxdesign/charts": "0.1.9-canary.c2189b1",
    "@astryxdesign/core": "0.1.9-canary.c2189b1",
    "@stylexjs/stylex": "^0.19.0",
    "@types/node": "^22.0.0",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.4",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "vite": "^8.1.5"
  },
  "engines": {
    "node": ">=20"
  }
}
