mirror of
https://github.com/anchore/syft.git
synced 2025-11-21 10:23:18 +01:00
20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"name": "yarn-lock",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"async": "^3.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"merge-objects": "^1.0.5",
|
|
"should-type": "https://github.com/shouldjs/type.git#1.3.0"
|
|
}
|
|
}
|