Files
pnpm/packages/outdated/package.json
2018-12-23 16:53:43 +02:00

69 lines
1.6 KiB
JSON

{
"name": "@pnpm/outdated",
"version": "1.0.10",
"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.7",
"@pnpm/read-package-json": "1.0.1",
"@pnpm/shrinkwrap-file": "1.0.0",
"@pnpm/store-path": "1.0.4",
"@pnpm/types": "2.0.0",
"@pnpm/utils": "0.9.0",
"@types/node": "10.12.18",
"dependency-path": "2.0.1"
},
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@pnpm/outdated": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/tape": "4.2.33",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"tape": "4.9.1",
"ts-node": "7.0.1",
"tslint": "5.12.0",
"typescript": "3.2.2"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}