Files
pnpm/packages/config/package.json
2021-04-28 03:17:48 +03:00

53 lines
1.4 KiB
JSON

{
"name": "@pnpm/config",
"version": "12.2.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 && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config",
"keywords": [
"pnpm",
"config"
],
"engines": {
"node": ">=12.17"
},
"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:5.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/global-bin-dir": "workspace:2.0.0",
"@pnpm/types": "workspace:7.1.0",
"@zkochan/npm-conf": "2.0.2",
"camelcase": "^6.2.0",
"can-write-to-dir": "^1.1.1",
"is-subdir": "^1.1.1",
"ramda": "^0.27.1",
"realpath-missing": "^1.1.0",
"which": "^2.0.2"
},
"devDependencies": {
"@pnpm/prepare": "workspace:0.0.22",
"@types/ramda": "0.27.39",
"@types/which": "^2.0.0",
"symlink-dir": "^5.0.0"
},
"funding": "https://opencollective.com/pnpm"
}