UNPKG

@pnpm/exec.build-commands

Version:
68 lines 1.87 kB
{ "name": "@pnpm/exec.build-commands", "version": "1002.0.4", "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/config": "1004.9.0", "@pnpm/config.config-writer": "1000.0.20", "@pnpm/dependency-path": "1001.1.8", "@pnpm/plugin-commands-rebuild": "1008.0.1", "@pnpm/prepare-temp-dir": "1000.0.0", "@pnpm/modules-yaml": "1001.0.1" }, "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/exec.build-commands": "1002.0.4", "@pnpm/plugin-commands-installation": "1004.9.0", "@pnpm/prepare": "1000.0.11", "@pnpm/types": "1001.2.0" }, "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" } }