UNPKG

@jlhv/object-helper

Version:

A simple utility library for object manipulation.

46 lines (45 loc) 1 kB
{ "name": "@jlhv/object-helper", "version": "1.0.1", "description": "A simple utility library for object manipulation.", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/janajay/jlhv.git", "directory": "packages/object-helper" }, "files": [ "dist" ], "scripts": { "clean": "rimraf dist build", "build": "npm run clean && tsc", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "publishConfig": { "access": "public" }, "keywords": [ "object", "object-helper", "object-utils", "object-functions", "object-manipulation", "typescript", "javascript", "data-structures", "utilities" ], "author": "Vijayavel R", "license": "ISC", "devDependencies": { "@types/node": "^22.14.0", "rimraf": "^6.0.1", "typescript": "^5.8.2" }, "dependencies": { "@jlhv/object-helper": "file:" } }