{
  "name": "@loom-io/core",
  "version": "0.12.11",
  "main": "dist/exports/lib.js",
  "types": "dist/exports/lib.d.ts",
  "author": "Cotton Coding",
  "description": "A file system wrapper for Node.js and Bun",
  "keywords": [
    "loom-io",
    "fs",
    "directory",
    "dir",
    "file",
    "file system",
    "filesystem"
  ],
  "files": [
    "dist"
  ],
  "type": "module",
  "devDependencies": {
    "@loom-io/in-memory-adapter": "0.12.11",
    "@loom-io/test-utils": "0.12.11"
  },
  "dependencies": {
    "@loom-io/common": "1.0.2"
  },
  "exports": {
    ".": {
      "types": "./dist/exports/lib.d.ts",
      "import": "./dist/exports/lib.js"
    },
    "./internal": {
      "types": "./dist/exports/internal.d.ts",
      "import": "./dist/exports/internal.js"
    }
  },
  "maintainers": [
    {
      "name": "Wolfgang Rathgeb",
      "email": "ghost+npm@dropanote.de"
    }
  ],
  "homepage": "https://loom-io.cotton-coding.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/cotton-coding/loom-io.git"
  },
  "scripts": {
    "test": "vitest --typecheck.enabled --test-timeout=500",
    "test:ci": "npm run test -- --run --coverage",
    "lint": "eslint --ext .ts .",
    "lint:fix": "eslint --ext .ts . --fix",
    "build": "tsc --project tsconfig.json"
  }
}