mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "@pnpm-private/updater",
|
|
"version": "0.0.44",
|
|
"private": true,
|
|
"scripts": {
|
|
"compile": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-file": "workspace:3.1.3",
|
|
"@pnpm/types": "workspace:6.3.1",
|
|
"@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"
|
|
}
|
|
}
|