purify-objects
Version:
A powerful TypeScript library for cleaning objects by removing empty values, with support for YAML and CSV formats
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "purify-objects",
"version": "1.4.1",
"description": "A powerful TypeScript library for cleaning objects by removing empty values, with support for YAML and CSV formats",
"repository": {
"type": "git",
"url": "https://github.com/ml7s/purify-objects"
},
"bugs": {
"url": "https://github.com/ml7s/purify-objects/issues"
},
"homepage": "https://github.com/ml7s/purify-objects#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"purify-objects": "./dist/cli.js"
},
"scripts": {
"build": "vite build",
"test": "ts-node test/index.ts"
},
"keywords": [
"object",
"cleaner",
"typescript",
"purify-objects",
"clean-object",
"remove-empty",
"filter-object",
"nested-objects",
"json-cleaner",
"yaml-cleaner",
"csv-cleaner",
"data-cleaner",
"object-purifier",
"data-purifier",
"utility"
],
"author": "Turki Al-Shammari",
"license": "MIT",
"files": [
"dist",
"src"
],
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^20.0.0",
"ts-node": "^10.9.2",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.7.0"
},
"dependencies": {
"chalk": "^4.1.2"
}
}