mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-03 05:28:39 -04:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/outdated",
|
|
"version": "0.0.2",
|
|
"description": "Check for outdated packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "tslint --config tslint.json --project . && tsc && preview && ts-node test",
|
|
"prepublishOnly": "tsc",
|
|
"tsc": "tsc",
|
|
"md": "mos"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pnpm/outdated.git"
|
|
},
|
|
"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/outdated/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/outdated#readme",
|
|
"peerDependencies": {
|
|
"pnpm-logger": "^0.6.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^8.0.33",
|
|
"npm-package-arg": "^6.0.0",
|
|
"npm-registry-client": "^8.5.0",
|
|
"package-store": "^0.4.0",
|
|
"pnpm-shrinkwrap": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.31",
|
|
"mos": "^2.0.0-alpha.3",
|
|
"mos-plugin-readme": "^1.0.4",
|
|
"package-preview": "^0.1.2",
|
|
"pnpm-logger": "^0.6.1",
|
|
"tape": "^4.8.0",
|
|
"ts-node": "^3.3.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.6.1"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|