{
  "name": "react-base16-styling",
  "version": "0.10.0",
  "description": "React styling with base16 color scheme support",
  "keywords": [
    "react",
    "theme",
    "base16",
    "styling"
  ],
  "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-base16-styling",
  "bugs": {
    "url": "https://github.com/reduxjs/redux-devtools/issues"
  },
  "license": "MIT",
  "author": "Alexander <alexkuz@gmail.com> (http://kuzya.org/)",
  "files": [
    "lib",
    "src"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reduxjs/redux-devtools.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "lint": "eslint . --ext .ts",
    "type-check": "tsc --noEmit",
    "prepack": "pnpm run clean && pnpm run build",
    "prepublish": "pnpm run lint && pnpm run test"
  },
  "dependencies": {
    "@types/lodash": "^4.17.0",
    "color": "^4.2.3",
    "csstype": "^3.1.3",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@types/color": "^3.0.6",
    "@types/jest": "^29.5.12",
    "@types/lodash-es": "^4.17.12",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jest": "^27.9.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.2",
    "typescript": "~5.3.3"
  }
}