{ "name": "d3tooltip", "version": "1.2.2", "description": "A highly configurable tooltip for d3", "main": "lib/index.js", "scripts": { "clean": "rimraf lib dist", "build": "babel src --out-dir lib", "build:umd": "webpack --progress --config webpack.config.umd.js", "build:umd:min": "webpack --env.minimize --progress --config webpack.config.umd.js", "version": "npm run build", "postversion": "git push && git push --tags && npm run clean", "prepare": "npm run clean && npm run build", "prepublishOnly": "npm run clean && npm run build && npm run build:umd && npm run build:umd:min" }, "files": [ "lib", "dist", "src" ], "repository": { "type": "git", "url": "https://github.com/reduxjs/redux-devtools.git" }, "keywords": [ "d3", "tooltip" ], "author": "romseguy", "license": "MIT", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "homepage": "https://github.com/reduxjs/redux-devtools", "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.1", "@babel/preset-env": "^7.11.0", "babel-loader": "^8.1.0", "rimraf": "^3.0.2", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "dependencies": { "ramda": "^0.27.1" } }