UNPKG

@smushytaco/custompatch

Version:

Tool for patching buggy NPM packages instead of forking them

72 lines (71 loc) 1.69 kB
{ "name": "@smushytaco/custompatch", "version": "1.0.19", "private": false, "description": "Tool for patching buggy NPM packages instead of forking them", "keywords": [ "patching", "buggy", "packages" ], "bugs": { "url": "https://github.com/SmushyTaco/custompatch/issues" }, "repository": { "type": "git", "url": "git+https://github.com/SmushyTaco/custompatch.git" }, "license": "MIT", "author": { "name": "SmushyTaco", "email": "personal@nikanradan.com" }, "sideEffects": true, "type": "module", "bin": { "custompatch": "dist/cli.mjs" }, "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "npm run clean && npx vite build", "clean": "npx del-cli dist", "prepare": "npm run build", "start": "node ./dist/cli.mjs" }, "dependencies": { "commander": "^14.0.2", "diff": "^8.0.2", "pacote": "^21.0.4", "pathe": "^2.0.3", "picocolors": "^1.1.1" }, "devDependencies": { "@eslint/js": "^9.39.1", "@smushytaco/versionchecker": "^1.0.13", "@types/node": "^24.10.1", "@types/pacote": "^11.1.8", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.48.1", "del-cli": "^7.0.0", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-unicorn": "^62.0.0", "globals": "^16.5.0", "prettier": "^3.7.3", "sort-package-json": "^3.5.0", "typescript": "^5.9.3", "typescript-eslint": "^8.48.1", "vite": "^7.2.6", "vite-plugin-tsc-transpile": "^1.0.8" }, "engines": { "node": ">=22.13.0", "npm": ">=11.0.0" }, "publishConfig": { "access": "public" } }