2018-12-19 17:50:39 +03:00
|
|
|
{
|
|
|
|
"name": "map2tree",
|
2024-04-07 07:05:15 +03:00
|
|
|
"version": "4.0.0",
|
2018-12-19 17:50:39 +03:00
|
|
|
"description": "Utility for mapping maps to trees",
|
|
|
|
"keywords": [
|
|
|
|
"map2tree",
|
|
|
|
"map-to-tree",
|
|
|
|
"mapToTree",
|
|
|
|
"map",
|
|
|
|
"tree"
|
|
|
|
],
|
2020-09-20 02:56:40 +03:00
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/map2tree",
|
2018-12-19 17:50:39 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
|
|
},
|
2020-09-20 02:56:40 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"author": "romseguy",
|
2018-12-19 17:50:39 +03:00
|
|
|
"files": [
|
2022-01-24 05:11:46 +03:00
|
|
|
"lib",
|
2018-12-19 17:50:39 +03:00
|
|
|
"src"
|
|
|
|
],
|
2024-04-07 06:44:14 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"type": "module",
|
2022-01-24 05:11:46 +03:00
|
|
|
"sideEffects": false,
|
2020-09-20 02:56:40 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2024-04-07 06:44:14 +03:00
|
|
|
"build": "tsc",
|
2022-01-24 05:11:46 +03:00
|
|
|
"clean": "rimraf lib",
|
2024-04-07 06:44:14 +03:00
|
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
2020-09-20 02:56:40 +03:00
|
|
|
"lint": "eslint . --ext .ts",
|
|
|
|
"type-check": "tsc --noEmit",
|
2022-05-08 16:49:09 +03:00
|
|
|
"prepack": "pnpm run clean && pnpm run build",
|
2024-04-07 06:44:14 +03:00
|
|
|
"prepublish": "pnpm run lint && pnpm run test"
|
2020-09-20 02:56:40 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-07 06:44:14 +03:00
|
|
|
"lodash-es": "^4.17.21"
|
2020-09-20 02:56:40 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-09 02:01:24 +03:00
|
|
|
"@types/jest": "^29.5.12",
|
2024-04-07 06:44:14 +03:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-06-12 18:57:19 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
|
|
"@typescript-eslint/parser": "^7.13.0",
|
2024-02-24 02:18:02 +03:00
|
|
|
"eslint": "^8.57.0",
|
2023-12-10 06:44:13 +03:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-06-10 03:13:51 +03:00
|
|
|
"eslint-plugin-jest": "^28.6.0",
|
2024-06-07 04:21:49 +03:00
|
|
|
"immutable": "^4.3.6",
|
2023-09-27 15:23:14 +03:00
|
|
|
"jest": "^29.7.0",
|
2024-06-07 04:21:49 +03:00
|
|
|
"rimraf": "^5.0.7",
|
|
|
|
"ts-jest": "^29.1.4",
|
2024-06-10 02:15:11 +03:00
|
|
|
"typescript": "~5.4.5"
|
2020-09-20 02:56:40 +03:00
|
|
|
}
|
2018-12-19 17:50:39 +03:00
|
|
|
}
|