Files
pnpm/packages/config/package.json
2019-07-30 21:18:04 +03:00

51 lines
1.3 KiB
JSON

{
"name": "@pnpm/config",
"version": "3.5.1",
"description": "Gets configs 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": ">=8.15"
},
"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/error": "1.0.0",
"@pnpm/types": "3.2.0",
"@zkochan/npm-conf": "1.2.4",
"camelcase": "5.3.1",
"find-up": "4.1.0",
"is-subdir": "1.0.3",
"which": "1.3.1"
},
"devDependencies": {
"@pnpm/config": "link:",
"@types/mz": "0.0.32",
"@types/which": "1.3.1",
"mz": "2.7.0",
"rimraf": "2.6.3",
"tape": "4.11.0",
"tempy": "0.3.0"
}
}