{ "name": "@donedeal0/superdiff", "version": "1.0.9", "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": "dist/index.js", "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": [ "data diff", "comparison", "comparison-tool", "object-comparison", "array-comparison", "object-diff", "objectdifference", "object-difference", "object", "diff", "deep-diff", "comparison", "compare" ], "scripts": { "build": "tsup --dts --format esm,cjs", "publish": "npm publish --access=public", "test": "jest" }, "devDependencies": { "@babel/preset-env": "^7.23.8", "@types/jest": "^29.5.11", "jest": "^29.7.0", "ts-jest": "^29.1.1", "tsup": "^8.0.1", "typescript": "^5.3.3" } }