{
  "name": "@enact/spotlight",
  "version": "5.4.2",
  "description": "A focus management library",
  "repository": {
    "type": "git",
    "url": "https://github.com/enactjs/enact.git",
    "directory": "packages/spotlight"
  },
  "homepage": "https://enactjs.com",
  "main": "src/spotlight.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",
  "enact": {
    "ri": {
      "baseSize": 24
    }
  },
  "dependencies": {
    "@enact/core": "^5.4.2",
    "classnames": "^2.5.1",
    "prop-types": "^15.8.1",
    "ramda": "^0.32.0",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "warning": "^4.0.3"
  }
}
