github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/ops/aws/canary/package.json (about)

     1  {
     2    "name": "bacalhau_canary",
     3    "version": "0.1.0",
     4    "description": "Canary that monitors the availability and correctness of Bacalhau network",
     5    "bin": {
     6      "pipeline": "bin/pipeline.ts"
     7    },
     8    "scripts": {
     9      "build": "tsc",
    10      "watch": "tsc -w",
    11      "test": "jest",
    12      "cdk": "cdk",
    13      "postinstall": "rm -rf node_modules/aws-cdk/lib/init-templates/*app/go"
    14    },
    15    "devDependencies": {
    16      "@types/jest": "^27.5.2",
    17      "@types/node": "10.17.27",
    18      "@types/prettier": "2.6.0",
    19      "jest": "^27.5.1",
    20      "ts-jest": "^27.1.4",
    21      "aws-cdk": "2.41.0",
    22      "ts-node": "^10.9.1",
    23      "typescript": "~3.9.7"
    24    },
    25    "dependencies": {
    26      "aws-cdk-lib": "2.41.0",
    27      "constructs": "^10.0.0",
    28      "source-map-support": "^0.5.21"
    29    }
    30  }