UNPKG

@garysui/json-ops

Version:

TypeScript utilities for JSON operations: flatten, diff, apply, and more

43 lines 1.31 kB
{ "name": "@garysui/json-ops", "version": "2.0.4", "description": "TypeScript utilities for JSON operations: flatten, diff, apply, and more", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:flat-unflat": "jest test/flat-unflat.test.ts", "test:diff": "jest test/diff.test.ts", "test:apply": "jest test/apply.test.ts", "test:real-world": "jest test/real-world.test.ts", "test:flat-path": "jest test/flat-path-notation.test.ts", "test:edge-cases": "jest test/edge-cases.test.ts", "test:array-replace": "jest test/array-replace.test.ts", "prepublishOnly": "npm run build && npm test" }, "keywords": ["json", "utilities", "typescript", "flatten", "diff", "transform", "object-manipulation"], "author": "Gary Sui", "license": "MIT", "files": [ "dist", "LICENSE", "README.md", "CHANGELOG.md" ], "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/garysui/json-ops.git" }, "homepage": "https://github.com/garysui/json-ops", "bugs": { "url": "https://github.com/garysui/json-ops/issues" } }