{ "name": "@pnpm/outdated", "version": "5.0.0-0", "description": "Check for outdated packages", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=8.15" }, "files": [ "lib" ], "scripts": { "pretest": "registry-mock prepare", "test": "pnpm run tsc && tslint --config tslint.json src/**/*.ts test/**/*.ts && pnpm run test:e2e", "prepublishOnly": "pnpm run tsc", "tsc": "tsc", "registry-mock": "registry-mock", "test:tap": "ts-node test --type-check", "test:e2e": "run-p -r registry-mock test:tap" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/outdated", "keywords": [ "pnpm", "outdated" ], "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io/", "twitter": "ZoltanKochan" }, "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/outdated#readme", "peerDependencies": { "@pnpm/logger": ">=2.0.1 <3.0.0" }, "dependencies": { "@pnpm/constants": "workspace:2.0.0-1", "@pnpm/lockfile-file": "workspace:2.0.0-0", "@pnpm/lockfile-utils": "workspace:1.0.10", "@pnpm/types": "workspace:3.2.0", "dependency-path": "workspace:3.0.8", "micromatch": "4.0.2" }, "devDependencies": { "@pnpm/logger": "2.1.1", "@pnpm/outdated": "link:", "@pnpm/registry-mock": "1.5.0", "@types/micromatch": "3.1.0", "npm-run-all": "4.1.5", "tape": "4.11.0" } }