github.com/smartcontractkit/chainlink-terra@v0.1.4/package.json (about)

     1  {
     2    "name": "gauntlet-terra",
     3    "private": true,
     4    "version": "0.0.1",
     5    "description": "Gauntlet Terra",
     6    "workspaces": [
     7      "packages-ts/**"
     8    ],
     9    "keywords": [
    10      "typescript",
    11      "cli"
    12    ],
    13    "main": "packages-ts/gauntlet-terra-contracts/dist/index.js",
    14    "bin": "packages-ts/gauntlet-terra-contracts/dist/index.js",
    15    "scripts": {
    16      "preinstall": "node scripts/require-yarn.js",
    17      "gauntlet": "yarn build && node ./packages-ts/gauntlet-terra-contracts/dist/index.js",
    18      "lint": "tsc -b ./tsconfig.json",
    19      "test": "yarn build && SKIP_PROMPTS=true jest --runInBand",
    20      "test:coverage": "yarn build && yarn test --collectCoverage",
    21      "test:ci": "yarn build && yarn test --ci",
    22      "lint:format": "yarn prettier --check .",
    23      "format": "yarn prettier --write .",
    24      "clean": "tsc -b --clean ./tsconfig.json",
    25      "build": "yarn clean && tsc -b ./tsconfig.json",
    26      "bundle": "yarn build && pkg .",
    27      "release": "yarn changeset publish"
    28    },
    29    "pkg": {
    30      "scripts": [
    31        "packages-ts/gauntlet-terra-contracts/dist/index.js"
    32      ],
    33      "targets": [
    34        "linux",
    35        "macos"
    36      ],
    37      "outputPath": "bin"
    38    },
    39    "devDependencies": {
    40      "@changesets/cli": "^2.17.0",
    41      "@types/jest": "^26.0.15",
    42      "@types/node": "^17.0.17",
    43      "jest": "^26.6.3",
    44      "pkg": "^5.2.1",
    45      "prettier": "2.1.1",
    46      "ts-jest": "^26.4.3",
    47      "ts-node": "^8.3.0",
    48      "typescript": "4.3.5"
    49    }
    50  }