UNPKG

@kikiutils/node

Version:

A modular utility library for Node.js offering secure hashing, flexible logging, datetime manipulation, and more.

76 lines (75 loc) 1.88 kB
{ "name": "@kikiutils/node", "version": "8.0.2", "description": "A modular utility library for Node.js offering secure hashing, flexible logging, datetime manipulation, and more.", "author": "kiki-kanri", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kikiutils/node.git" }, "keywords": [ "consola", "crypto", "datetime", "enum", "environment", "hash", "logging", "math", "node", "pino", "string", "utilities" ], "sideEffects": false, "exports": { "./*": { "types": "./dist/*.d.ts", "import": "./dist/*.mjs", "require": "./dist/*.cjs" } }, "files": [ "./dist", "./src" ], "engines": { "node": ">=18.12.1" }, "scripts": { "build": "ts-project-builder './src/**/*.ts' --clean --sourcemaps", "bumplog": "changelogen --bump --hideAuthorEmail", "lint": "eslint", "lint:fix": "eslint --fix", "prepack": "pnpm run build", "release": "pnpm run lint && pnpm run test && pnpm run build && changelogen --hideAuthorEmail --push --release && npm publish", "test": "tsc -p ./tsconfig.test-check.json && cross-env TZ=UTC jest --coverage", "typecheck": "tsc --noEmit" }, "devDependencies": { "@kikiutils/changelogen": "^0.8.0", "@kikiutils/eslint-config": "^0.12.3", "@kikiutils/tsconfigs": "^5.0.1", "@noble/hashes": "^1.8.0", "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "consola": "^3.4.2", "cross-env": "^7.0.3", "date-fns": "^4.1.0", "decimal.js": "^10.5.0", "jest": "^29.7.0", "millify": "^6.1.0", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "ts-jest": "^29.3.2", "ts-project-builder": "5.0.0", "typescript": "^5.8.3" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "unrs-resolver" ] } }