{

   "name": "traceability-engine",

   "version": "1.0.1",

   "description": " A deterministic, local-first traceability engine that unifies Docs-as-Code infrastructure, business validation, and technical execution into an automated Single Source of Truth.",

   "bin": {

      "spawn": "./src/core/dev-workflow/SpawnEngine.js",

      "collapse": "./src/core/dev-workflow/CollapseEngine.js",

      "synapse": "./src/core/synapse-engine/synapse-engine.js",

      "sys-save": "./src/scripts/save-system-config.script.js",

      "traceability-system-init": "./src/core/pre-commit/integrate-synapse-on-commit.js"

   },

   "preferGlobal": true,

   "keywords": [],

   "author": "Your Name",

   "license": "Apache-2.0",
   "type": "module",

   "dependencies": {

      "app-root-path": "^3.1.0",

      "gray-matter": "^4.0.3",

      "mdast-util-to-string": "^4.0.0",

      "remark-frontmatter": "^5.0.0",

      "remark-gfm": "^4.0.1",

      "remark-parse": "^11.0.0",

      "remark-stringify": "^11.0.0",

      "unified": "^11.0.5",

      "unist-util-visit": "^5.1.0",

      "yup": "^1.7.1"

   },

   "scripts": {

      "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"

   },

   "devDependencies": {

      "cross-env": "^7.0.3",

      "jest": "^30.4.2"

   }

}

