mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	* fix(deps): update all non-major dependencies * Dedupe * Update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
| {
 | |
|   "name": "map2tree",
 | |
|   "version": "4.0.0",
 | |
|   "description": "Utility for mapping maps to trees",
 | |
|   "keywords": [
 | |
|     "map2tree",
 | |
|     "map-to-tree",
 | |
|     "mapToTree",
 | |
|     "map",
 | |
|     "tree"
 | |
|   ],
 | |
|   "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/map2tree",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/reduxjs/redux-devtools/issues"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "author": "romseguy",
 | |
|   "files": [
 | |
|     "lib",
 | |
|     "src"
 | |
|   ],
 | |
|   "main": "lib/index.js",
 | |
|   "types": "lib/index.d.ts",
 | |
|   "type": "module",
 | |
|   "sideEffects": false,
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "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 .",
 | |
|     "type-check": "tsc --noEmit",
 | |
|     "prepack": "pnpm run clean && pnpm run build",
 | |
|     "prepublish": "pnpm run lint && pnpm run test"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "lodash-es": "^4.17.21"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/jest": "^29.5.14",
 | |
|     "@types/lodash-es": "^4.17.12",
 | |
|     "immutable": "^5.1.2",
 | |
|     "jest": "^29.7.0",
 | |
|     "rimraf": "^6.0.1",
 | |
|     "ts-jest": "^29.3.4",
 | |
|     "typescript": "~5.8.3"
 | |
|   }
 | |
| }
 |