@garysui/json-ops
Version:
TypeScript utilities for JSON operations: flatten, diff, apply, and more
33 lines • 883 B
JSON
{
"name": "@garysui/json-ops",
"version": "1.0.2",
"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",
"prepublishOnly": "npm run build && npm test"
},
"keywords": ["json", "utilities", "typescript", "flatten", "diff", "transform", "object-manipulation"],
"author": "Gary Sui",
"license": "MIT",
"files": [
"dist"
],
"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"
}
}