mirror of
https://github.com/anchore/syft
synced 2024-11-15 00:27:07 +00:00
d5e12ff89c
Co-authored-by: Christopher Phillips <christopher.phillips@anchore.com>
19 lines
345 B
JSON
19 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"
|
|
}
|
|
}
|