{
  "name": "appmixer",
  "version": "2.6.0",
  "bin": {
    "appmixer": "appmixer"
  },
  "exports": {
    ".": "./src/api/index.js",
    "./api": "./src/api/index.js",
    "./e2e": "./src/e2e-runner/index.js",
    "./validators": "./src/validators/index.js",
    "./connector-ref": "./src/connector-ref.js",
    "./package.json": "./package.json",
    "./src/*": "./src/*"
  },
  "files": [
    "appmixer",
    "appmixer-*.js",
    "src",
    "!src/ai/src/test",
    "dist",
    "certs",
    "public"
  ],
  "engines": {
    "node": ">=18.15.0"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "^10.0.3",
    "@hapi/hapi": "^21.3.1",
    "@langchain/anthropic": "1.0.0",
    "@langchain/core": "^1.0.3",
    "@langchain/langgraph": "1.0.0",
    "@langchain/openai": "1.0.0",
    "ajv": "8.18.0",
    "archiver": "^3.0.0",
    "axios": "^1.12.0",
    "bluebird": "^3.3.4",
    "chai": "^5.3.3",
    "chalk": "^1.1.3",
    "check-types": "^8.0.1",
    "cheerio": "^1.0.0",
    "commander": "^2.19.0",
    "configstore": "^2.0.0",
    "csvtojson": "^2.0.10",
    "dotenv": "^16.4.7",
    "ejs": "^3.1.6",
    "elegant-spinner": "^1.0.1",
    "eslint": "^8.53.0",
    "farmhash": "^3.0.0",
    "fast-json-patch": "^3.1.1",
    "file-type": "^7.6.0",
    "fs-extra": "^8.1.0",
    "generate-schema": "^2.6.0",
    "glob": "10.5.0",
    "handlebars": "^4.7.8",
    "inert": "^5.1.3",
    "inquirer": "^6.2.2",
    "json-refs": "^3.0.15",
    "json-schema-faker": "^0.5.3",
    "json-schema-merge-allof": "^0.8.1",
    "jsonpath": "^1.0.2",
    "jsonpath-plus": "^7.2.0",
    "langchain": "1.0.1",
    "lodash": "^4.17.15",
    "mkdirp": "1.0.3",
    "mocha": "^11.7.5",
    "module-alias": "^2.2.0",
    "mongodb": "^3.2.3",
    "node-fetch": "^2.1.2",
    "open": "^7.0.0",
    "openai": "6.6.0",
    "ora": "^3.2.0",
    "prettyjson": "^1.1.3",
    "prompt": "^1.0.0",
    "semver": "^7.3.7",
    "showdown": "github:showdownjs/showdown#master",
    "swagger2openapi": "^7.0.8",
    "tree-node-cli": "^1.2.5",
    "uuid": "^2.0.3",
    "zod": "^3.25.76"
  },
  "scripts": {
    "test": "node ./test/src/openapi/index.test.js",
    "test-cli": "mocha test/transfer/**/*.test.js test/tls/**/*.test.js --recursive",
    "test-api": "mocha test/api/**/*.test.js test/validators/**/*.test.js test/e2e-runner/**/*.test.js test/connector-verify/**/*.test.js --recursive",
    "test-ai": "mocha ./src/ai/src/**/*.test.js --recursive",
    "test-all": "npm test && npm run test-cli && npm run test-api && npm run test-ai",
    "release": "commit-and-tag-version"
  },
  "devDependencies": {
    "commit-and-tag-version": "12.7.1"
  }
}
