{
  "name": "@mostajs/socle",
  "version": "2.1.1",
  "description": "Runtime module registry for @mostajs — auto-discovery, dependency resolution, bootstrap",
  "author": "Dr Hamid MADANI <drmdh@msn.com>",
  "license": "AGPL-3.0-or-later",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "mostajs-socle": "dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./helpers/route-handler": {
      "types": "./dist/helpers/route-handler.d.ts",
      "import": "./dist/helpers/route-handler.js",
      "default": "./dist/helpers/route-handler.js"
    },
    "./helpers/page-handler": {
      "types": "./dist/helpers/page-handler.d.ts",
      "import": "./dist/helpers/page-handler.js",
      "default": "./dist/helpers/page-handler.js"
    },
    "./helpers/seed-runner": {
      "types": "./dist/helpers/seed-runner.d.ts",
      "import": "./dist/helpers/seed-runner.js",
      "default": "./dist/helpers/seed-runner.js"
    },
    "./helpers/permissions": {
      "types": "./dist/helpers/permissions.d.ts",
      "import": "./dist/helpers/permissions.js",
      "default": "./dist/helpers/permissions.js"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "import": "./dist/types.js",
      "default": "./dist/types.js"
    },
    "./lib/install-module": {
      "types": "./dist/lib/install-module.d.ts",
      "import": "./dist/lib/install-module.js",
      "default": "./dist/lib/install-module.js"
    },
    "./lib/uninstall-module": {
      "types": "./dist/lib/uninstall-module.d.ts",
      "import": "./dist/lib/uninstall-module.js",
      "default": "./dist/lib/uninstall-module.js"
    }
  },
  "files": [
    "dist",
    "templates",
    "LICENSE",
    "README.md",
    "llms.txt"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@mostajs/mjs-unit": "^0.4.1",
    "@types/node": "^20",
    "typescript": "^5"
  },
  "mostajs": {
    "niveau": "N1",
    "nature": "generique",
    "reutilisabilite": "transverse",
    "depend_de": [
      "@mostajs/module-contract"
    ]
  },
  "dependencies": {
    "@mostajs/module-contract": "^0.1.0"
  }
}
