mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
* feat(repo): support local repositories * fix tests * test: fix client/server tests * docs: update * test: add fs tests * test: do not update golden files if overridden * docs: remove a comment about fs deprecation
13 lines
192 B
JSON
13 lines
192 B
JSON
{
|
|
"name": "integration",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jquery": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"promise": "^8.0.3"
|
|
}
|
|
}
|