UNPKG

@rashedmakkouk/dev-utils

Version:
95 lines (94 loc) 2.38 kB
{ "name": "@rashedmakkouk/dev-utils", "version": "0.15.2", "description": "Utility library.", "displayName": "@rashedmakkouk/dev-utils", "author": { "name": "Rashed Makkouk", "email": "rashed.makkouk@outlook.com", "url": "https://www.twitter.com/rashedmakkouk" }, "license": "BSD 3-Clause", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": { "node": ">=16.14.0", "yarn": ">=1.22.18" }, "keywords": [ "javascript", "modules", "utilities", "helpers", "helper-functions", "utilities-library" ], "repository": { "type": "git", "url": "https://github.com/rashedmakkouk/dev-utils" }, "bugs": { "url": "https://github.com/rashedmakkouk/dev-utils/issues" }, "homepage": "https://github.com/rashedmakkouk/dev-utils#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "files": [ "lib/**/*", "yarn.lock", "CHANGELOG.md", "CONTRIBUTING.md" ], "scripts": { "build:compile": "tsc --build", "build:prepare": "node ./scripts/build.js", "build": "npm run build:compile && npm run build:prepare", "gen-docs": "yarn typedoc", "uP": "yarn upgrade-interactive", "tsc": "tsc" }, "dependencies": { "autolinker": "^4.0.0", "color-convert": "^2.0.1", "lodash": "^4.17.21", "mime-types": "^2.1.35", "moment": "^2.29.4", "normalizr": "^3.6.2", "path": "^0.12.7", "sqlstring": "^2.3.3", "url-parse": "^1.5.10", "uuid": "^9.0.0", "validator": "^13.7.0" }, "devDependencies": { "@rashedmakkouk/eslint-config": "^0.8.3", "@types/color-convert": "^2.0.0", "@types/lodash": "^4.14.191", "@types/node": "^18.11.18", "@types/shelljs": "^0.8.11", "@types/sqlstring": "^2.3.0", "@types/url-parse": "^1.4.8", "@types/uuid": "^9.0.0", "@types/validator": "^13.7.11", "shelljs": "^0.8.5", "ts-node": "^10.9.1", "typedoc": "^0.23.24", "typescript": "4.9.4" }, "peerDependencies": { "autolinker": "^4.0.0", "color-convert": "^2.0.1", "lodash": "^4.17.21", "mime-types": "^2.1.35", "moment": "^2.29.4", "normalizr": "^3.6.2", "path": "^0.12.7", "sqlstring": "^2.3.3", "url-parse": "^1.5.10", "uuid": "^9.0.0", "validator": "^13.7.0" }, "packageManager": "yarn@3.3.1" }