mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-27 10:30:58 -04:00
11 lines
164 B
JSON
11 lines
164 B
JSON
{
|
|
"name": "wanted-shrinkwrap",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"is-negative": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"is-positive": "2.0.0"
|
|
}
|
|
}
|