{
  "name": "@enact/moonstone",
  "version": "4.5.6",
  "description": "Large-screen/TV support library for Enact, containing a variety of UI components.",
  "repository": {
    "type": "git",
    "url": "https://github.com/enactjs/moonstone.git"
  },
  "homepage": "https://enactjs.com",
  "main": "index.js",
  "scripts": {
    "bootstrap": "enact bootstrap",
    "clean": "enact clean",
    "cleanall": "enact clean --all",
    "lint": "enact lint --strict",
    "sampler": "npm run --prefix samples/sampler serve",
    "sampler-qa": "npm run --prefix samples/sampler serve-qa",
    "test": "enact test",
    "test-ui": "start-tests tests/ui/wdio.conf.js",
    "test-ui-docker": "start-tests tests/ui/wdio.docker.conf.js",
    "test-ui-tv": "start-tests tests/ui/wdio.tv.conf.js",
    "test-ss": "start-tests tests/screenshot/wdio.conf.js",
    "test-ss-docker": "start-tests tests/screenshot/wdio.docker.conf.js",
    "test-ss-tv": "start-tests tests/screenshot/wdio.tv.conf.js",
    "test-json": "enact test --json",
    "test-watch": "enact test --watch",
    "transpile": "enact transpile",
    "validate-docs": "validate-docs --strict --standalone"
  },
  "license": "Apache-2.0",
  "keywords": [
    "framework",
    "toolkit",
    "components",
    "mobile",
    "webOS"
  ],
  "enact": {
    "ri": {
      "baseSize": 24
    }
  },
  "eslintConfig": {
    "extends": "enact-proxy/strict"
  },
  "dependencies": {
    "@enact/core": "^4.8.0",
    "@enact/i18n": "^4.8.0",
    "@enact/spotlight": "^4.8.0",
    "@enact/ui": "^4.8.0",
    "classnames": "^2.5.1",
    "invariant": "^2.2.4",
    "prop-types": "^15.8.1",
    "ramda": "^0.29.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "warning": "^4.0.3",
    "ilib": "^14.19.0"
  },
  "peerDependencies": {
    "ilib": "^14.19.0 || ^14.19.0-webos1"
  },
  "devDependencies": {
    "@enact/docs-utils": "^0.4.8",
    "@enact/ui-test-utils": "^1.0.6",
    "eslint-config-enact-proxy": "^1.0.7",
    "ilib": "^14.19.0"
  }
}