react-lineage-map
Version:
Build out field level lineage mappings, visualizations, and transformations using react
62 lines (61 loc) • 1.61 kB
JSON
{
"name": "react-lineage-map",
"version": "1.0.17",
"description": "Build out field level lineage mappings, visualizations, and transformations using react",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/index.d.ts"
},
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/bryceschultz/react-lineage-map.git"
},
"files": [
"dist",
"README.md"
],
"homepage": "https://github.com/bryceschultz/react-lineage-map#readme",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"keywords": [
"react",
"lineage",
"visualization",
"d3"
],
"author": "Bryce Schultz",
"license": "MIT",
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/d3": "^7.4.3",
"@types/react": "^19.0.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rollup": "^4.30.1",
"rollup-plugin-dts": "^6.1.1",
"typescript": "^5.7.3"
},
"dependencies": {
"d3": "^7.9.0",
"tslib": "^2.8.1"
}
}