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.
18 lines
347 B
18 lines
347 B
{ |
|
"name": "data-diff", |
|
"version": "1.0.0", |
|
"main": "index.js", |
|
"license": "MIT", |
|
"scripts": { |
|
"test": "jest" |
|
}, |
|
"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" |
|
} |
|
}
|
|
|