{
  "name": "@aiassesstech/noah",
  "version": "0.3.25",
  "description": "Temporal Ethical Guidance Engine for Autonomous AI Agents — the Navigator for AI.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "openclaw": {
    "extensions": [
      "./dist/plugin.js"
    ]
  },
  "bin": {
    "noah": "./dist/cli/bin.js"
  },
  "files": [
    "dist",
    "agent",
    "openclaw.plugin.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "SKILL.md"
  ],
  "scripts": {
    "build": "tsc && npm run copy-assets",
    "copy-assets": "cp src/store/schema.sql dist/store/schema.sql",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck && npm run test && npm run build"
  },
  "keywords": [
    "noah",
    "temporal-guidance",
    "ethical-flight-plan",
    "ai-trust",
    "ai-ethics",
    "lifecycle-management",
    "deviation-detection",
    "ai-safety",
    "grillo",
    "4d-framework"
  ],
  "author": "GiDanc AI LLC",
  "license": "Proprietary",
  "repository": {
    "type": "git",
    "url": "https://github.com/spar65/compsi.git",
    "directory": "packages/noah"
  },
  "homepage": "https://www.aiassesstech.com/noah",
  "bugs": {
    "url": "https://github.com/spar65/compsi/issues"
  },
  "dependencies": {
    "@aiassesstech/fleet-alerting": "^0.1.2",
    "@aiassesstech/fleet-bus": "^0.5.0",
    "@aiassesstech/prompt-shield": "^0.1.0",
    "better-sqlite3": "^12.6.2",
    "chokidar": "^4.0.3",
    "cron-parser": "^5.5.0",
    "zod": "^3.22.0"
  },
  "peerDependencies": {
    "@aiassesstech/grillo": ">=0.1.0",
    "@aiassesstech/mighty-mark": ">=0.1.0"
  },
  "peerDependenciesMeta": {
    "@aiassesstech/grillo": {
      "optional": true
    },
    "@aiassesstech/mighty-mark": {
      "optional": true
    }
  },
  "devDependencies": {
    "@aiassesstech/grillo": "^0.1.1",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^20.0.0",
    "typescript": "^5.3.3",
    "vitest": "^1.2.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
