mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 04:31:31 -05:00
18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"name": "@pnpm-private/updater",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"compile": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-file": "workspace:4.0.1",
|
|
"@pnpm/types": "workspace:7.1.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"
|
|
}
|
|
}
|