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.
39 lines
901 B
39 lines
901 B
{ |
|
"name": "superdiff", |
|
"version": "1.0.0", |
|
"description": "SuperDiff checks the changes between two objects or arrays. It returns a complete diff with relevant information for each property or piece of data", |
|
"main": "src/index.ts", |
|
"module": "dist/index.js", |
|
"types": "dist/index.d.ts", |
|
"declaration": true, |
|
"files": [ |
|
"dist" |
|
], |
|
"author": "DoneDeal0", |
|
"license": "ISC", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/DoneDeal0/superdiff" |
|
}, |
|
"keywords": [ |
|
"deep-diff", |
|
"data diff", |
|
"object", |
|
"diff", |
|
"deep diff", |
|
"comparison", |
|
"compare" |
|
], |
|
"scripts": { |
|
"build": "tsup --dts --format esm,cjs", |
|
"test": "jest" |
|
}, |
|
"devDependencies": { |
|
"@babel/preset-env": "^7.20.2", |
|
"@types/jest": "^29.2.4", |
|
"jest": "^29.3.1", |
|
"ts-jest": "^29.0.3", |
|
"tsup": "^6.5.0", |
|
"typescript": "^4.9.4" |
|
} |
|
}
|
|
|