{
  "name": "@radcliffetech/symbolos-core",
  "version": "0.3.2",
  "description": "Core symbolic simulation and execution engine for Symbolos",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "symbolic",
    "simulation",
    "pipeline",
    "framework"
  ],
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.4.1",
    "node-gzip": "^1.1.2",
    "redis": "^5.5.6",
    "uuid": "^11.1.0",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@types/node-gzip": "^1.1.3",
    "@types/yargs": "^17.0.33",
    "execa": "^9.6.0",
    "ts-node": "^10.9.1",
    "tsx": "^4.7.0",
    "typescript": "^5.2.2",
    "vitest": "^0.34.6"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/radcliffetech/symbolos-core.git"
  },
  "author": "Jeffrey Radcliffe"
}
