Files
pnpm/packages/outdated/package.json
2019-05-07 02:02:43 +03:00

65 lines
1.7 KiB
JSON

{
"name": "@pnpm/outdated",
"version": "2.0.10",
"description": "Check for outdated packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=8.15"
},
"files": [
"lib"
],
"scripts": {
"pretest": "pnpm-registry-mock prepare",
"test": "pnpm run tsc && tslint --config tslint.json src/**/*.ts test/**/*.ts && pnpm run test:e2e",
"prepublishOnly": "tsc",
"tsc": "tsc",
"pnpm-registry-mock": "pnpm-registry-mock",
"test:tap": "ts-node test --type-check",
"test:e2e": "run-p -r pnpm-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": "1.0.1",
"@pnpm/lockfile-file": "1.0.5",
"@pnpm/npm-resolver": "3.0.8",
"@pnpm/read-importer-manifest": "1.0.1",
"@pnpm/store-path": "2.0.0",
"@pnpm/types": "3.2.0",
"@pnpm/utils": "0.10.5",
"dependency-path": "3.0.5"
},
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@pnpm/outdated": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/node": "*",
"@types/tape": "4.2.33",
"npm-run-all": "4.1.5",
"pnpm-registry-mock": "2.12.0",
"tape": "4.10.1",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5"
}
}