UNPKG

@korautils/peer-deps

Version:

A utility library designed to resolve peer dependency requirements for other packages. This tool simplifies the process of managing peer dependencies, ensuring compatibility and ease of use.

45 lines (44 loc) 1.23 kB
{ "name": "@korautils/peer-deps", "version": "1.0.4", "description": "A utility library designed to resolve peer dependency requirements for other packages. This tool simplifies the process of managing peer dependencies, ensuring compatibility and ease of use.", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts", "scripts": { "bundle": "npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir lib/cjs", "dev": "npx tsc -w & npm run build" }, "bin": { "peer-deps": "./lib/cjs/index.js" }, "devDependencies": { "@types/node": "^22.10.1", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.3.2" }, "keywords": [ "peer-dependencies", "peer-deps", "dependencies", "dependency-management", "npm", "typescript", "utils", "kora", "dependency-resolver", "package-management", "library" ], "author": { "name": "John Jaider Vanegas", "email": "jhonjaider100015@gmail.com", "url": "https://github.com/johnjaider1000" }, "license": "MIT" }