Files
pnpm/packages/outdated/package.json
2018-10-27 16:55:35 +03:00

70 lines
1.6 KiB
JSON

{
"name": "@pnpm/outdated",
"version": "1.0.3",
"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 . && 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.6",
"@pnpm/read-package-json": "1.0.1",
"@pnpm/store-path": "1.0.3",
"@pnpm/types": "2.0.0",
"@pnpm/utils": "0.9.0",
"@types/node": "10.12.0",
"dependency-path": "2.0.0",
"pnpm-shrinkwrap": "8.1.2"
},
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@pnpm/outdated": "link:",
"@types/tape": "4.2.32",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"tape": "4.9.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint-config-standard": "8.0.1",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.1.3"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}