{
  "name": "utilitai",
  "version": "0.0.4",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc",
    "preview": "vite preview",
    "test": "npx vitest"
  },
  "devDependencies": {
    "eslint": "^9.9.1",
    "prettier": "^3.3.3",
    "prettier-eslint": "^16.3.0",
    "typescript": "^5.2.2",
    "vite": "^5.3.4",
    "vitest": "^3.1.4"
  },
  "description": "Utility AI library built with TypeScript",
  "main": "src/main.ts",
  "directories": {
    "doc": "docs"
  },
  "dependencies": {
    "esbuild": "^0.21.5",
    "nanoid": "^3.3.7",
    "picocolors": "^1.0.1",
    "postcss": "^8.4.41",
    "rollup": "^4.20.0",
    "source-map-js": "^1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WestonVincze/utility-ai.git"
  },
  "keywords": [
    "utility",
    "ai",
    "utility-ai",
    "utilitai",
    "reasoner",
    "appraisal",
    "consideration",
    "decision-making",
    "typescript"
  ],
  "author": "Weston Vincze",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WestonVincze/utility-ai/issues"
  },
  "homepage": "https://github.com/WestonVincze/utility-ai#readme"
}