Files
pnpm/package.json
2017-12-31 15:41:06 +02:00

85 lines
2.1 KiB
JSON

{
"name": "@pnpm/npm-resolver",
"version": "0.3.7",
"description": "Resolver for npm-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"pretest": "pnpm-registry-mock prepare",
"test": "rimraf .store && npm run lint && preview && npm run test:e2e && mos t",
"test:tap": "ts-node test --type-check",
"test:e2e": "npm-run-all -p -r pnpm-registry-mock test:tap",
"pnpm-registry-mock": "pnpm-registry-mock",
"md": "mos",
"prepublishOnly": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/npm-resolver.git"
},
"keywords": [
"pnpm",
"resolver",
"npm"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/npm-resolver/issues"
},
"homepage": "https://github.com/pnpm/npm-resolver#readme",
"peerDependencies": {
"@pnpm/logger": "^1.0.0"
},
"dependencies": {
"@pnpm/types": "^1.2.0",
"@types/load-json-file": "^2.0.7",
"@types/mem": "^1.1.2",
"@types/node": "^8.0.53",
"@types/semver": "^5.4.0",
"@types/write-json-file": "^2.2.1",
"credentials-by-uri": "^1.0.0",
"encode-registry": "^1.1.0",
"fetch-from-npm-registry": "^0.1.0",
"load-json-file": "^4.0.0",
"mem": "^3.0.0",
"p-limit": "^1.1.0",
"semver": "^5.4.1",
"ssri": "^5.0.0",
"version-selector-type": "^2.0.0",
"write-json-file": "^2.3.0"
},
"devDependencies": {
"@pnpm/logger": "^1.0.0",
"@types/tape": "^4.2.31",
"@types/tempy": "^0.1.0",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"npm-run-all": "^4.1.2",
"package-preview": "^1.0.1",
"pnpm-registry-mock": "^1.18.0",
"rimraf": "^2.6.2",
"tape": "^4.8.0",
"tempy": "^0.2.1",
"ts-node": "^4.0.0",
"tslint": "^5.8.0",
"typescript": "^2.6.1"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}