UNPKG

ts-merge-patch

Version:

Typescript-ready version of RFC7396 Merge Patch

35 lines (34 loc) 681 B
{ "name": "ts-merge-patch", "version": "0.1.0", "description": "Typescript-ready version of RFC7396 Merge Patch", "main": "src/index.ts", "files": ["src"], "repository": { "type": "git", "url": "https://github.com/riagominota/ts-merge-patch.git" }, "scripts": { "build":"tsc", "test": "jest" }, "keywords": [ "RFC7396", "rfc7396", "7396", "merge", "patch", "typescript", "json-merge" ], "author": "Matt Fox", "license": "MIT", "devDependencies": { "@types/jest": "^28.1.6", "jest": "^28.1.3", "ts-jest": "^28.0.7", "ts-node": "^10.9.1", "tslib": "^2.4.0", "typescript": "^4.7.4" } }