mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 18:11:39 -04:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/outdated",
|
|
"version": "0.4.1",
|
|
"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 --project . && pnpm link . && 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.5",
|
|
"@pnpm/read-package-json": "1.0.0",
|
|
"@pnpm/store-path": "1.0.3",
|
|
"@pnpm/types": "1.8.0",
|
|
"@types/node": "^9.3.0 || 10",
|
|
"dependency-path": "2.0.0",
|
|
"pnpm-shrinkwrap": "7.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^2.0.1",
|
|
"@types/tape": "^4.2.31",
|
|
"mos": "^2.0.0-alpha.3",
|
|
"mos-plugin-readme": "^1.0.4",
|
|
"tape": "^4.8.0",
|
|
"ts-node": "^7.0.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^3.0.0"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|