UNPKG

@alwatr/dedupe

Version:

A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).

81 lines (80 loc) 2.22 kB
{ "name": "@alwatr/dedupe", "version": "9.25.0", "description": "A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).", "license": "MPL-2.0", "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)", "type": "module", "repository": { "type": "git", "url": "https://github.com/Alwatr/alwatr", "directory": "pkg/nanolib/dedupe" }, "homepage": "https://github.com/Alwatr/alwatr/tree/next/pkg/nanolib/dedupe#readme", "bugs": "https://github.com/Alwatr/alwatr/issues", "exports": { ".": { "types": "./dist/main.d.ts", "import": "./dist/main.js", "default": "./dist/main.js" } }, "sideEffects": true, "dependencies": { "@alwatr/global-this": "9.25.0", "@alwatr/has-own": "9.25.0" }, "devDependencies": { "@alwatr/nano-build": "9.25.0", "@alwatr/standard": "9.16.0", "@alwatr/type-helper": "9.14.0", "typescript": "^6.0.3" }, "scripts": { "b": "bun run build", "build": "bun run build:ts && bun run build:es", "build:es": "nano-build --preset=module src/main.ts", "build:ts": "tsc --build", "cl": "bun run clean", "clean": "rm -rfv dist *.tsbuildinfo", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint src/ --ext .ts", "t": "bun run test", "test": "ALWATR_DEBUG=0 bun test", "w": "bun run watch", "watch": "bun run watch:ts & bun run watch:es", "watch:es": "bun run build:es --watch", "watch:ts": "bun run build:ts --watch --preserveWatchOutput" }, "files": [ "dist", "src/**/*.ts", "!src/**/*.test.ts", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "keywords": [ "alwatr", "cross-platform", "dedupe", "deduplicate", "define-package", "ECMAScript", "esm", "javascript", "module", "nanolib", "node", "nodejs", "package", "package-manager", "typescript", "util", "utility", "utils" ], "gitHead": "a49ae304180faab79539b5ddfe62d18ac91a232e" }