UNPKG

@lowdefy/helpers

Version:

Lowdefy helper functions

53 lines 1.19 kB
{ "name": "@lowdefy/helpers", "version": "5.3.0", "license": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", "keywords": [ "lowdefy", "utils" ], "bugs": { "url": "https://github.com/lowdefy/lowdefy/issues" }, "contributors": [ { "name": "Sam Tolmay", "url": "https://github.com/SamTolmay" }, { "name": "Gerrie van Wyk", "url": "https://github.com/Gervwyk" } ], "repository": { "type": "git", "url": "https://github.com/lowdefy/lowdefy.git" }, "type": "module", "exports": "./dist/index.js", "files": [ "dist/*" ], "dependencies": { "@lowdefy/errors": "5.3.0", "lodash.merge": "4.6.2" }, "devDependencies": { "@jest/globals": "28.1.3", "@swc/cli": "0.8.0", "@swc/core": "1.15.18", "@swc/jest": "0.2.39", "jest": "28.1.3", "jest-diff": "28.1.3" }, "publishConfig": { "access": "public" }, "scripts": { "build": "swc src --out-dir dist --config-file ../../../.swcrc --cli-config-file ../../../.swc-cli.json", "clean": "rm -rf dist", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" } }