mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/default-resolver",
|
|
"version": "2.0.2",
|
|
"description": "pnpm's default package resolver",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "npm run lint && preview && ts-node test && mos t",
|
|
"md": "mos",
|
|
"prepublishOnly": "npm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-resolver",
|
|
"keywords": [
|
|
"pnpm",
|
|
"resolver",
|
|
"npm"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://pnpm.js.org",
|
|
"dependencies": {
|
|
"@pnpm/git-resolver": "1.0.0",
|
|
"@pnpm/local-resolver": "1.0.0",
|
|
"@pnpm/npm-resolver": "2.2.5",
|
|
"@pnpm/tarball-resolver": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^2.0.0",
|
|
"@types/tape": "^4.2.31",
|
|
"mos": "^2.0.0-alpha.3",
|
|
"mos-plugin-readme": "^1.0.4",
|
|
"package-preview": "^1.0.1",
|
|
"rimraf": "^2.6.2",
|
|
"tape": "^4.8.0",
|
|
"ts-node": "^7.0.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^3.0.0"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|