{
  "name": "@enact/webos",
  "version": "5.5.0",
  "description": "webOS support library",
  "repository": {
    "type": "git",
    "url": "https://github.com/enactjs/enact.git",
    "directory": "packages/webos"
  },
  "homepage": "https://enactjs.com",
  "main": "index.js",
  "scripts": {
    "clean": "enact clean",
    "interlink": "npm link ../core",
    "lint": "enact lint --strict",
    "test": "enact test",
    "test-json": "enact test --json",
    "test-watch": "enact test --watch",
    "transpile": "enact transpile"
  },
  "license": "Apache-2.0",
  "keywords": [
    "framework",
    "toolkit",
    "components",
    "mobile",
    "webOS"
  ],
  "enact": {
    "ri": {
      "baseSize": 24
    }
  },
  "dependencies": {
    "@enact/core": "^5.5.0",
    "prop-types": "^15.8.1",
    "react": "^19.2.6",
    "react-dom": "^19.2.6"
  },
  "overrides": {
    "prop-types": {
      "react-is": "^19.2.3"
    }
  }
}
