{ "name": "@yarnpkg/json-proxy", "version": "2.1.1", "license": "BSD-2-Clause", "main": "./lib/index.js", "dependencies": { "@yarnpkg/fslib": "^2.5.0", "tslib": "^1.13.0" }, "scripts": { "postpack": "rm -rf lib", "prepack": "run build:compile \"$(pwd)\"", "release": "yarn npm publish" }, "publishConfig": { "main": "./lib/index.js", "typings": "./lib/index.d.ts" }, "files": [ "/lib/**/*" ], "repository": { "type": "git", "url": "ssh://git@github.com/yarnpkg/berry.git", "directory": "packages/yarnpkg-json-proxy" }, "engines": { "node": ">=12 <14 || 14.2 - 14.9 || >14.10.0" }, "typings": "./lib/index.d.ts" }