@pnpm/exec.build-commands
Version:
Commands for managing dependency builds
68 lines • 1.87 kB
JSON
{
"name": "@pnpm/exec.build-commands",
"version": "1002.0.5",
"description": "Commands for managing dependency builds",
"keywords": [
"pnpm",
"pnpm10",
"rebuild"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/exec/build-commands",
"homepage": "https://github.com/pnpm/pnpm/tree/main/exec/build-commands#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"@pnpm/util.lex-comparator": "^3.0.2",
"chalk": "^4.1.2",
"enquirer": "^2.4.1",
"render-help": "^1.0.3",
"@pnpm/dependency-path": "1001.1.8",
"@pnpm/config.config-writer": "1000.0.20",
"@pnpm/config": "1004.9.1",
"@pnpm/plugin-commands-rebuild": "1008.0.2",
"@pnpm/modules-yaml": "1001.0.1",
"@pnpm/prepare-temp-dir": "1000.0.0"
},
"peerDependencies": {
"@pnpm/logger": ">=1001.0.0 <1002.0.0"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@pnpm/registry-mock": "5.2.0",
"@types/ramda": "0.29.12",
"load-json-file": "^6.2.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"read-yaml-file": "^2.1.0",
"write-pkg": "4.0.0",
"write-yaml-file": "^5.0.0",
"@pnpm/plugin-commands-installation": "1004.9.1",
"@pnpm/types": "1001.2.0",
"@pnpm/prepare": "1000.0.11",
"@pnpm/exec.build-commands": "1002.0.5"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config/with-registry"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "tsc --build && pnpm run lint --fix"
}
}