array-comparisoncomparisoncomparison-tooldeep-diffdiffjson-diffnodejsobject-comparisonobject-diffobjectdiffobjectdifferencereactstreamingstreaming-datatypescript
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
308 B
16 lines
308 B
2 years ago
|
{
|
||
|
"name": "data-diff",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"@babel/preset-env": "^7.20.2",
|
||
|
"@types/jest": "^29.2.4",
|
||
|
"jest": "^29.3.1",
|
||
|
"mkdirp": "^1.0.4",
|
||
|
"rimraf": "^3.0.2",
|
||
|
"ts-jest": "^29.0.3",
|
||
|
"typescript": "^4.9.4"
|
||
|
}
|
||
|
}
|