{
  "name": "@frenchfryai/core",
  "version": "0.1.2",
  "private": false,
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "lint": "eslint src test",
    "test": "vitest run test",
    "typecheck": "tsc -b tsconfig.json"
  },
  "dependencies": {
    "rxjs": "^7.8.2",
    "zod": "^4.3.6"
  }
}
