UNPKG

path-right-join

Version:
62 lines (61 loc) 1.9 kB
{ "name": "path-right-join", "version": "2.1.1", "description": "Right-side join for paths", "type": "commonjs", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "===================== build ======================": "", "build:remove_old": "npm run build:clean", "build:generate": "npm run docs:generate && npm run build:bundle", "build:remove_extra": "npm run docs:remove_extra && npm run docs:remove_test", "build": "npm run build:remove_old && npm run build:generate && npm run build:remove_extra", "====================== npm =======================": "", "package-test": "npm pack --dry-run", "package": "npm pack", "prepack": "npm run build", "====================== docs ======================": "", "docs:generate": "tsc", "docs:remove_extra": "node ./build/cleanOutput.js -f dist/src", "docs:remove_test": "node ./build/cleanOutput.js -f dist/test", "===================== utils ======================": "", "build:clean": "node ./build/cleanOutput.js -f dist", "build:bundle": "node ./build/esbuild.js", "===================== testing ====================": "", "test": "jest" }, "files": [ "dist/*" ], "repository": { "type": "git", "url": "git+https://github.com/Rainymy/pathRightJoin.git" }, "keywords": [ "path", "join", "right-join", "path-join", "path-utils", "path-resolver", "custom-path-join", "skip-dotdot", "resolve", "normalize", "cross-platform" ], "author": "Rainymy", "license": "MIT", "bugs": { "url": "https://github.com/Rainymy/pathRightJoin/issues" }, "homepage": "https://github.com/Rainymy/pathRightJoin#readme", "devDependencies": { "@types/jest": "^29.5.14", "esbuild": "^0.25.1", "jest": "^29.7.0", "typescript": "^5.8.2" } }