github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/pkg/cataloger/javascript/test-fixtures/pkg-json-and-yarn-lock/package.json (about)

     1  {
     2    "name": "test-app",
     3    "version": "0.0.0",
     4    "scripts": {
     5      "ng": "ng",
     6      "start": "ng serve",
     7      "build": "ng build",
     8      "watch": "ng build --watch --configuration development",
     9      "test": "ng test"
    10    },
    11    "private": true,
    12    "dependencies": {
    13      "rxjs": "~7.5.0",
    14      "tslib": "^2.3.0",
    15      "zone.js": "~0.11.4"
    16    },
    17    "devDependencies": {
    18      "typescript": "~4.7.2"
    19    }
    20  }