mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 03:02:49 -05:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/build-modules",
|
|
"version": "9.1.1",
|
|
"description": "Build packages in node_modules",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.19"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts",
|
|
"test": "pnpm run compile",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/build-modules",
|
|
"keywords": [
|
|
"pnpm7",
|
|
"pnpm",
|
|
"resolver",
|
|
"npm"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/build-modules#readme",
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/calc-dep-state": "workspace:2.0.1",
|
|
"@pnpm/core-loggers": "workspace:7.0.1",
|
|
"@pnpm/lifecycle": "workspace:13.0.2",
|
|
"@pnpm/link-bins": "workspace:7.1.1",
|
|
"@pnpm/read-package-json": "workspace:6.0.2",
|
|
"@pnpm/store-controller-types": "workspace:13.0.1",
|
|
"@pnpm/types": "workspace:8.0.1",
|
|
"@pnpm/graph-sequencer": "1.0.0",
|
|
"ramda": "^0.27.1",
|
|
"run-groups": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/build-modules": "workspace:9.1.1",
|
|
"@pnpm/logger": "^4.0.0",
|
|
"@types/ramda": "0.27.39"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|