{
  "name": "@lynx-js/web-mainthread-apis",
  "version": "0.19.9",
  "private": false,
  "description": "",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/web-platform/web-mainthread-apis"
  },
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "binary",
    "wasm",
    "!dist/**/*.js.map",
    "!binary/**/*.js.map",
    "LICENSE.txt",
    "Notice.txt",
    "CHANGELOG.md",
    "README.md",
    "**/*.css"
  ],
  "dependencies": {
    "hyphenate-style-name": "^1.1.0",
    "wasm-feature-detect": "^1.8.0",
    "@lynx-js/web-constants": "0.19.9"
  },
  "devDependencies": {
    "binaryen": "^125.0.0",
    "fb-dotslash": "^0.5.8"
  },
  "scripts": {
    "build": "node scripts/build.js"
  }
}