Files
pnpm/packages/config/package.json
2021-03-09 12:42:30 +02:00

55 lines
1.5 KiB
JSON

{
"name": "@pnpm/config",
"version": "11.14.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"scripts": {
"prepublishOnly": "pnpm run compile",
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"test-with-preview": "ts-node test",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config",
"keywords": [
"pnpm",
"config"
],
"engines": {
"node": ">=10.16"
},
"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:4.1.0",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/global-bin-dir": "workspace:1.2.6",
"@pnpm/types": "workspace:6.4.0",
"@zkochan/npm-conf": "2.0.2",
"camelcase": "^6.2.0",
"is-subdir": "^1.1.1",
"ramda": "^0.27.1",
"realpath-missing": "^1.0.0",
"which": "^2.0.2"
},
"devDependencies": {
"@pnpm/prepare": "workspace:0.0.18",
"@types/mz": "^2.7.3",
"@types/ramda": "^0.27.35",
"@types/which": "^2.0.0",
"mz": "^2.7.0",
"symlink-dir": "^4.1.0"
},
"funding": "https://opencollective.com/pnpm"
}