{
  "name": "@farfetched/core",
  "version": "0.15.0",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": "github:effector/farfetched",
  "devDependencies": {
    "effector": "^23.0.0"
  },
  "peerDependencies": {
    "effector": "^23.0.0"
  },
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/core.cjs",
  "module": "./dist/core.js",
  "types": "./dist/core.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/core.d.ts",
        "default": "./dist/core.js"
      },
      "require": {
        "types": "./dist/core.d.cts",
        "default": "./dist/core.cjs"
      }
    }
  },
  "size-limit": [
    {
      "path": "./dist/core.js",
      "limit": "16.17 kB"
    }
  ],
  "scripts": {
    "test:run": "vitest run --typecheck",
    "test:watch": "vitest watch --typecheck",
    "build": "vite build",
    "size": "size-limit",
    "publint": "node ../../tools/scripts/publint.mjs",
    "typelint": "attw --pack"
  }
}