{ "name": "@pnpm/env.path", "version": "1000.0.0", "description": "Functions for changing PATH env variable", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "exports": { ".": "./lib/index.js" }, "engines": { "node": ">=18.12" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/env/path", "keywords": [ "pnpm10", "pnpm", "env" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/env/path#readme", "dependencies": { "path-name": "catalog:" }, "devDependencies": { "@pnpm/env.path": "workspace:*" }, "jest": { "preset": "@pnpm/jest-config" } }