UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

131 lines (130 loc) 2.92 kB
{ "name": "@synotech/utils", "author": "Zeal Murapa", "description": "a collection of utilities for internal use", "version": "1.0.5", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "start": "tsdx watch", "build": "yarn doc && tsdx build", "test": "npx jest --verbose", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why", "prettier": "prettier --write '**/*.{js,mjs,json,jsx,ts,tsx}'", "doc": "npx documentation build src/index.ts -f md -o readme.md" }, "keywords": [ "verymail", "truncate", "sleep", "secrets", "searchObject", "cryptography", "publicKeyGetString", "publicKeySetString", "postgres", "math.currency", "math.cryptography", "isTrue", "toJSON", "invoiceTotal", "initials", "googlePlaceAddressFormatter", "emailGetFromString", "dateToTimezone", "currencyParse", "currencies", "dictionary" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "tag": "latest" }, "repository": { "type": "git", "url": "git+https://github.com/synotech-ai/synotech-utils.git" }, "bugs": { "url": "https://github.com/synotech-ai/synotech-utils/issues" }, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "husky": { "hooks": { "pre-commit": "tsdx lint && yarn doc" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "module": "dist/common-utils.esm.js", "size-limit": [ { "path": "dist/common-utils.cjs.production.min.js", "limit": "120 KB" }, { "path": "dist/common-utils.esm.js", "limit": "120 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^8.2.4", "@types/aws-sdk": "^2.7.0", "@types/jest": "^29.5.1", "@types/minimist": "^1.2.5", "documentation": "^14.0.1", "husky": "^8.0.3", "jest": "^29.5.0", "jest-cli": "^29.5.0", "minimist": "^1.2.8", "np": "^7.7.0", "prettier": "^2.8.8", "size-limit": "^8.2.4", "ts-jest": "^29.1.0", "tsdx": "^0.14.1", "tslib": "^2.5.0", "typescript": "^5.0.3" }, "dependencies": { "@aws-sdk/client-secrets-manager": "^3.600.0", "@aws-sdk/credential-providers": "^3.600.0", "@types/base-64": "^1.0.0", "@types/bignumber.js": "^5.0.0", "@types/js-cookie": "^3.0.3", "@types/jsonwebtoken": "^9.0.6", "@types/knex": "^0.16.1", "@types/lodash": "^4.14.194", "@types/moment": "^2.13.0", "@types/mongodb": "^4.0.7", "@types/node": "^18.15.11", "@types/parse": "^3.0.4", "axios": "^1.3.4", "base-64": "^1.0.0", "bignumber.js": "^9.1.2", "currency.js": "^2.0.4", "date-fns": "^3.6.0", "js-cookie": "^3.0.5", "jsonwebtoken": "^9.0.2", "knex": "^3.1.0", "libphonenumber-js": "^1.10.28", "lodash": "^4.17.21", "mongodb": "^5.1.0", "parse": "^5.1.0", "pg": "^8.12.0", "querystring": "^0.2.1" } }