mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 10:11:42 -04:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@pnpm/scripts",
|
|
"version": "1100.0.6",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "pn .test",
|
|
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/workspace.projects-reader": "workspace:*",
|
|
"@pnpm/workspace.workspace-manifest-reader": "workspace:*",
|
|
"execa": "catalog:",
|
|
"fast-glob": "catalog:",
|
|
"make-empty-dir": "catalog:",
|
|
"normalize-path": "catalog:",
|
|
"tar": "catalog:",
|
|
"tinyglobby": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "catalog:",
|
|
"@pnpm/jest-config": "workspace:*",
|
|
"@pnpm/logger": "catalog:",
|
|
"@pnpm/scripts": "workspace:*",
|
|
"@types/normalize-path": "catalog:",
|
|
"@types/tar": "catalog:",
|
|
"cross-env": "catalog:"
|
|
},
|
|
"jest": {
|
|
"preset": "@pnpm/jest-config"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11"
|
|
],
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/__utils__/scripts"
|
|
}
|