mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-10 11:18:18 -04:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-config",
|
|
"version": "3.0.2",
|
|
"description": "Commands for reading and writing settings to/from config files",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.12"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/config/plugin-commands-config",
|
|
"keywords": [
|
|
"pnpm9",
|
|
"pnpm",
|
|
"config"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/config/plugin-commands-config#readme",
|
|
"dependencies": {
|
|
"@pnpm/cli-utils": "workspace:*",
|
|
"@pnpm/config": "workspace:*",
|
|
"@pnpm/error": "workspace:*",
|
|
"@pnpm/run-npm": "workspace:*",
|
|
"ini": "4.1.1",
|
|
"read-ini-file": "4.0.0",
|
|
"render-help": "^1.0.3",
|
|
"sort-keys": "^4.2.0",
|
|
"write-ini-file": "4.0.1"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^5.0.0",
|
|
"@pnpm/plugin-commands-config": "workspace:*",
|
|
"@pnpm/prepare": "workspace:*",
|
|
"@types/ini": "1.3.31"
|
|
},
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|