mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 23:48:05 -04:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/config",
|
|
"version": "4.0.0-4",
|
|
"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": ">=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/constants": "workspace:2.0.0-1",
|
|
"@pnpm/error": "workspace:1.0.0",
|
|
"@pnpm/types": "workspace: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": "3.0.0",
|
|
"tape": "4.11.0",
|
|
"tempy": "0.3.0"
|
|
}
|
|
}
|