{ "name": "@pnpm/config.writer", "version": "1000.0.14", "description": "Functions for updating the configuration settings", "keywords": [ "pnpm", "pnpm11", "config" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/config/writer", "homepage": "https://github.com/pnpm/pnpm/tree/main/config/writer#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "prepublishOnly": "pn compile", "lint": "eslint \"src/**/*.ts\"", "test": "pn compile", "start": "tsgo --watch", "compile": "tsgo --build && pn lint --fix" }, "dependencies": { "@pnpm/types": "workspace:*", "@pnpm/workspace.workspace-manifest-writer": "workspace:*" }, "devDependencies": { "@pnpm/config.writer": "workspace:*" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }