{ "name": "@pnpm/outdated", "version": "1.0.5", "description": "Check for outdated packages", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=6" }, "files": [ "lib" ], "scripts": { "test": "npm run tsc && tslint --config tslint.json src/**/*.ts test/**/*.ts && ts-node test --type-check", "prepublishOnly": "tsc", "tsc": "tsc", "md": "mos" }, "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/npm-resolver": "2.2.6", "@pnpm/read-package-json": "1.0.1", "@pnpm/store-path": "1.0.3", "@pnpm/types": "2.0.0", "@pnpm/utils": "0.9.0", "@types/node": "10.12.5", "dependency-path": "2.0.0", "pnpm-shrinkwrap": "8.1.3" }, "devDependencies": { "@pnpm/logger": "2.1.0", "@pnpm/outdated": "link:", "@pnpm/tslint-config": "0.0.0", "@types/tape": "4.2.32", "mos": "2.0.0-alpha.3", "mos-plugin-readme": "1.0.4", "tape": "4.9.1", "ts-node": "7.0.1", "tslint": "5.11.0", "typescript": "3.1.6" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } } }