mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-01 04:28:48 -04:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/config",
|
|
"version": "8.1.1",
|
|
"description": "Gets configuration options for pnpm",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "pnpm run compile",
|
|
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
|
|
"test-with-preview": "ts-node test",
|
|
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/config/coverage ts-node packages/config/test --type-check",
|
|
"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.13"
|
|
},
|
|
"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.1.0",
|
|
"@pnpm/types": "workspace:5.0.0",
|
|
"@zkochan/npm-conf": "2.0.0",
|
|
"camelcase": "5.3.1",
|
|
"is-subdir": "1.1.1",
|
|
"ramda": "0.27.0",
|
|
"which": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/config": "link:",
|
|
"@types/mz": "^2.7.0",
|
|
"@types/ramda": "^0.26.44",
|
|
"@types/which": "1.3.2",
|
|
"mz": "2.7.0",
|
|
"tempy": "0.4.0"
|
|
}
|
|
}
|