github.com/ishita82/trivy-gitaction@v0.0.0-20240206054925-e937cc05f8e3/integration/testdata/fixtures/repo/yarn/package.json (about)

     1  {
     2    "name": "integration",
     3    "version": "1.0.0",
     4    "main": "index.js",
     5    "license": "MIT",
     6    "dependencies": {
     7      "jquery": "^3.2.1"
     8    },
     9    "devDependencies": {
    10      "promise": "^8.0.3"
    11    }
    12  }