UNPKG

trim-obj

Version:
33 lines (32 loc) 724 B
{ "name": "trim-obj", "version": "0.0.3", "description": "Recursively trim object values", "main": "dist/trim-obj.js", "types": "dist/trim-obj.d.ts", "license": "MIT", "homepage": "https://github.com/richardscarrott/trim-obj#readme", "repository": "https://github.com/richardscarrott/trim-obj", "keywords": [ "trim", "object", "trim-object", "deep", "recursive" ], "scripts": { "test": "jest", "build": "tsc", "prepublish": "npm run test & npm run build" }, "dependencies": { "map-obj": "^4.3.0" }, "devDependencies": { "@types/jest": "^27.0.3", "jest": "^27.3.1", "prettier": "^2.5.0", "ts-jest": "^27.0.7", "typescript": "^4.5.2" } }