{
  "name": "ai-dev-analytics",
  "version": "2.0.3",
  "description": "AIDA 2.0 - AI asset truth-source management for rules, skills, memories, and summaries",
  "type": "module",
  "bin": {
    "aida": "dist/cli/index.js"
  },
  "scripts": {
    "build": "rm -rf dist && tsc && cp -r src/assets dist/",
    "build:test": "rm -rf dist-test && tsc -p tsconfig.test.json",
    "test": "npm run build:test && node --test dist-test/tests/*.test.js",
    "dev": "tsc --watch",
    "start": "node dist/cli/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ai",
    "aida",
    "rules",
    "skills",
    "memory",
    "mcp",
    "cursor",
    "codex"
  ],
  "author": "wen tao",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LWTlong/ai-dev-analytics.git"
  },
  "homepage": "https://github.com/LWTlong/ai-dev-analytics#readme",
  "bugs": {
    "url": "https://github.com/LWTlong/ai-dev-analytics/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/node": "^25.4.0",
    "typescript": "^5.9.3"
  }
}
