mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "@pnpm-private/updater",
|
|
"version": "0.0.47",
|
|
"private": true,
|
|
"scripts": {
|
|
"compile": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-file": "workspace:3.2.1",
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"@types/normalize-path": "^3.0.0",
|
|
"is-subdir": "^1.1.1",
|
|
"normalize-path": "^3.0.0",
|
|
"path-exists": "^4.0.0",
|
|
"write-json-file": "^4.3.0"
|
|
}
|
|
}
|