{
  "name": "yoga-layout",
  "version": "2.0.1",
  "description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
  "license": "MIT",
  "author": "Meta Open Source",
  "homepage": "https://yogalayout.com/",
  "repository": {
    "type": "git",
    "url": "git@github.com:facebook/yoga.git"
  },
  "exports": {
    ".": {
      "browser": "./src/entrypoint/wasm-async-web.js",
      "node": "./src/entrypoint/wasm-async-node.js",
      "default": "./src/entrypoint/asmjs-async-web.js"
    },
    "./sync": {
      "browser": "./src/entrypoint/asmjs-sync-web.js",
      "node": "./src/entrypoint/wasm-sync-node.js",
      "default": "./src/entrypoint/asmjs-sync-web.js"
    },
    "./asmjs-async": {
      "browser": "./src/entrypoint/asmjs-async-web.js",
      "node": "./src/entrypoint/asmjs-async-node.js",
      "default": "./src/entrypoint/asmjs-async-web.js"
    },
    "./asmjs-sync": {
      "browser": "./src/entrypoint/asmjs-sync-web.js",
      "node": "./src/entrypoint/asmjs-sync-node.js",
      "default": "./src/entrypoint/asmjs-sync-web.js"
    },
    "./wasm-async": {
      "browser": "./src/entrypoint/wasm-async-web.js",
      "node": "./src/entrypoint/wasm-async-node.js",
      "default": "./src/entrypoint/wasm-async-web.js"
    },
    "./wasm-sync": {
      "browser": "./src/entrypoint/wasm-sync-web.js",
      "node": "./src/entrypoint/wasm-sync-node.js",
      "default": "./src/entrypoint/wasm-sync-web.js"
    }
  },
  "files": [
    "binaries/**",
    "src/**"
  ],
  "scripts": {
    "benchmark": "just benchmark",
    "build": "just build",
    "clean": "just clean",
    "lint": "just lint",
    "lint:fix": "just lint --fix",
    "prepack": "just prepack",
    "test": "just test"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.7",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/node": "^7.20.7",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.4",
    "@types/glob": "^8.1.0",
    "@types/jest": "^29.5.1",
    "@types/node": "^16.18.25",
    "@types/which": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "clang-format": "^1.8.0",
    "eslint": "^8.30.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^27.1.7",
    "eslint-plugin-prettier": "^4.2.1",
    "glob": "^8.0.3",
    "jest": "^29.3.1",
    "just-scripts": "^2.1.0",
    "prettier": "2.8.8",
    "ts-node": "^10.9.1",
    "typescript": "5.0.4",
    "which": "^3.0.0"
  }
}