@smushytaco/custompatch
Version:
Tool for patching buggy NPM packages instead of forking them
71 lines (70 loc) • 1.66 kB
JSON
{
"name": "@smushytaco/custompatch",
"version": "1.0.17",
"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"
},
"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.0",
"diff": "^8.0.2",
"pacote": "^21.0.0",
"pathe": "^2.0.3",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@smushytaco/versionchecker": "^1.0.11",
"@types/node": "^24.1.0",
"@types/pacote": "^11.1.8",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"del-cli": "^6.0.0",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-unicorn": "^60.0.0",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"sort-package-json": "^3.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "^7.0.6",
"vite-plugin-tsc-transpile": "^1.0.7"
},
"engines": {
"node": ">=22.13.0",
"npm": ">=11.0.0"
},
"publishConfig": {
"access": "public"
}
}