Files
pnpm/packages/outdated/package.json
2020-02-02 20:56:13 +02:00

67 lines
1.8 KiB
JSON

{
"name": "@pnpm/outdated",
"version": "7.0.4",
"description": "Check for outdated packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=10"
},
"files": [
"lib"
],
"scripts": {
"pretest": "registry-mock prepare",
"test": "pnpm run tsc && 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": ">=3.1.0"
},
"dependencies": {
"@pnpm/config": "workspace:8.0.0",
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/default-resolver": "workspace:7.3.2",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/lockfile-file": "workspace:3.0.2",
"@pnpm/lockfile-utils": "workspace:2.0.7",
"@pnpm/matcher": "workspace:1.0.0",
"@pnpm/modules-yaml": "workspace:5.0.1",
"@pnpm/store-path": "2.1.1",
"@pnpm/types": "workspace:5.0.0",
"@pnpm/utils": "workspace:0.12.4",
"dependency-path": "workspace:4.0.4",
"lru-cache": "5.1.1",
"ramda": "0.26.1",
"semver": "7.1.2"
},
"devDependencies": {
"@pnpm/logger": "3.1.0",
"@pnpm/outdated": "link:",
"@types/lru-cache": "^5.1.0",
"@types/ramda": "^0.26.40",
"@types/semver": "^7.1.0",
"npm-run-all": "4.1.5"
}
}