{
  "name": "@ngocsangairvds/vsaf",
  "version": "5.1.11",
  "description": "logging step",
  "main": "packages/core/dist/index.js",
  "types": "packages/core/dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./packages/core/dist/index.d.ts",
      "default": "./packages/core/dist/index.js"
    },
    "./core": {
      "types": "./packages/core/dist/index.d.ts",
      "default": "./packages/core/dist/index.js"
    }
  },
  "bin": {
    "vsaf": "packages/cli/dist/index.js"
  },
  "files": [
    "packages/core/dist",
    "packages/cli/dist",
    "packages/web/dist",
    "scripts",
    "workflows",
    "commands",
    "skills"
  ],
  "scripts": {
    "build": "npm run build -w packages/core && npm run build -w packages/cli && npm run build -w packages/web",
    "clean": "node -e \"const{rmSync}=require('fs');['packages/core/dist','packages/cli/dist','packages/core/tsconfig.tsbuildinfo','packages/cli/tsconfig.tsbuildinfo'].forEach(p=>{try{rmSync(p,{recursive:true,force:true})}catch{}})\"",
    "rebuild": "npm run clean && npm run build",
    "postinstall": "node scripts/postinstall.js",
    "prepack": "node -e \"require('fs').copyFileSync('package.json','package.json.bak');const f='package.json',j=JSON.parse(require('fs').readFileSync(f));delete j.workspaces;require('fs').writeFileSync(f,JSON.stringify(j,null,2)+'\\n')\"",
    "postpack": "node -e \"require('fs').renameSync('package.json.bak','package.json')\"",
    "test": "bun test tests",
    "test:watch": "bun test --watch tests",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm test"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "bun": ">=1.3.0"
  },
  "license": "MIT",
  "dependencies": {
    "@fastify/cors": "^11.2.0",
    "@fastify/static": "^9.1.3",
    "@iarna/toml": "^2.2.5",
    "@inquirer/checkbox": "^4.3.2",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "fastify": "^5.8.5",
    "gray-matter": "^4.0.3",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "@types/node": "^25.7.0",
    "bun-types": "^1.3.14",
    "typescript": "^6.0.3",
    "vite-tsconfig-paths": "^6.1.1",
    "vitest": "^4.1.6"
  }
}
