mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-11 16:38:32 -05:00
* chore: configure external source maps * chore: upload `source-maps.tgz` artifact to GitHub release
28 lines
679 B
JSON
28 lines
679 B
JSON
{
|
|
"name": "@pnpm/scripts",
|
|
"version": "1000.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@pnpm/workspace.find-packages": "catalog:",
|
|
"@pnpm/workspace.read-manifest": "catalog:",
|
|
"execa": "catalog:",
|
|
"fast-glob": "catalog:",
|
|
"make-empty-dir": "catalog:",
|
|
"normalize-path": "catalog:",
|
|
"tar": "catalog:",
|
|
"tinyglobby": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "catalog:",
|
|
"@pnpm/scripts": "workspace:*",
|
|
"@types/normalize-path": "catalog:",
|
|
"@types/tar": "catalog:"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11"
|
|
],
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/__utils__/scripts"
|
|
}
|