Files
pnpm/packages/config/package.json
2019-11-14 18:36:18 +02:00

52 lines
1.4 KiB
JSON

{
"name": "@pnpm/config",
"version": "5.0.2",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"prepublishOnly": "pnpm run tsc",
"tsc": "rimraf lib && tsc",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test-with-preview": "pnpm run lint && ts-node test",
"pretest": "npm config rm fetch-retry-maxtimeout",
"test": "pnpm run lint && pnpm run tsc && ts-node test"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config",
"keywords": [
"pnpm",
"config"
],
"engines": {
"node": ">=10"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme",
"dependencies": {
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/types": "workspace:4.0.0",
"@zkochan/npm-conf": "1.2.4",
"camelcase": "5.3.1",
"find-up": "4.1.0",
"is-subdir": "1.1.1",
"which": "2.0.1"
},
"devDependencies": {
"@pnpm/config": "link:",
"@types/mz": "0.0.32",
"@types/which": "1.3.2",
"mz": "2.7.0",
"rimraf": "3.0.0",
"tape": "4.11.0",
"tempy": "0.3.0"
}
}