UNPKG

spread-diff-patch

Version:
59 lines (58 loc) 1.38 kB
{ "name": "spread-diff-patch", "version": "1.2.4", "description": "Diff & patch SpreadSheet files", "main": "./lib/index.js", "module": "./lib/index.mjs", "types": "./lib/index.d.ts", "files": [ "lib" ], "scripts": { "build": "tsup", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/dtech-labs/spread-diff-patch.git" }, "author": "DTech", "license": "MIT", "bugs": { "url": "https://github.com/dtech-labs/spread-diff-patch/issues" }, "homepage": "https://github.com/dtech-labs/spread-diff-patch#readme", "keywords": [ "csv", "html", "json", "xlsx", "spreadsheet", "spread", "diff", "delta", "patch", "diff-match-patch", "papaparse" ], "dependencies": { "@types/papaparse": "^5.3.14", "escape-html": "^1.0.3", "papaparse": "^5.4.1", "xlsx": "^0.18.5" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/escape-html": "^1.0.4", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.3.3", "typescript-eslint": "^7.0.2" } }