UNPKG

js-basic-helper

Version:

js-basic-helper is use for basic javascript operation with typescript

46 lines (45 loc) 1.08 kB
{ "name": "js-basic-helper", "version": "2023.12.007", "description": "js-basic-helper is use for basic javascript operation with typescript", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsup", "test": "jest" }, "devDependencies": { "@types/jest": "^29.5.11", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "files": [ "dist" ], "keywords": [ "js", "ts", "javascript", "typescript", "Convert", "Array", "Object", "ConvertArrayToObject", "isEmpty", "emptyObject" ], "license": "ISC", "author": "Varnidev <contact@varnidev.com> (http://varnidev.com)", "repository": { "type": "git", "url": "https://github.com/varnidev/js-basic-helper.git" }, "bugs": { "url": "https://github.com/varnidev/js-basic-helper/issues" }, "homepage": "https://github.com/varnidev/js-basic-helper#readme" }