2018-12-19 16:16:11 +03:00
|
|
|
{
|
|
|
|
"name": "d3tooltip",
|
2024-04-07 07:05:15 +03:00
|
|
|
"version": "4.0.0",
|
2018-12-19 16:16:11 +03:00
|
|
|
"description": "A highly configurable tooltip for d3",
|
2020-09-20 21:21:59 +03:00
|
|
|
"keywords": [
|
|
|
|
"d3",
|
|
|
|
"tooltip"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/d3tooltip",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
2018-12-19 16:16:11 +03:00
|
|
|
},
|
2020-09-20 21:21:59 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"author": "romseguy",
|
2018-12-19 16:16:11 +03:00
|
|
|
"files": [
|
2022-01-24 05:11:46 +03:00
|
|
|
"lib",
|
2018-12-19 16:16:11 +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,
|
2018-12-19 16:16:11 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
|
|
},
|
2020-09-20 21:21:59 +03:00
|
|
|
"scripts": {
|
2024-04-07 06:44:14 +03:00
|
|
|
"build": "tsc",
|
2022-01-24 05:11:46 +03:00
|
|
|
"clean": "rimraf lib",
|
2024-08-09 06:47:07 +03:00
|
|
|
"lint": "eslint .",
|
2020-09-20 21:21:59 +03:00
|
|
|
"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"
|
2020-09-20 21:21:59 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-09 04:22:50 +03:00
|
|
|
"@types/d3": "^7.4.3",
|
2024-03-27 00:01:02 +03:00
|
|
|
"d3": "^7.9.0",
|
2024-07-16 18:35:07 +03:00
|
|
|
"rimraf": "^6.0.1",
|
2024-08-06 06:27:22 +03:00
|
|
|
"typescript": "~5.5.4"
|
2020-09-21 02:05:37 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-12-10 06:44:13 +03:00
|
|
|
"@types/d3": "^7.4.3",
|
2024-03-27 00:01:02 +03:00
|
|
|
"d3": "^7.9.0"
|
2018-12-19 16:16:11 +03:00
|
|
|
}
|
|
|
|
}
|