mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-24 14:58:50 -05:00
15 lines
219 B
JSON
15 lines
219 B
JSON
{
|
|
"name": "general",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"minimatch": "^3.0.4",
|
|
"rimraf": "2.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"is-positive": "1.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"is-negative": "1.0.0"
|
|
}
|
|
}
|