{
    "name": "kurtosis-core-api-lib",
    "//": "NOTE: DO NOT UPDATE THIS VERSION MANUALLY - IT WILL BE UPDATED DURING THE RELEASE PROCESS!",
    "version": "1.59.6",
    "description": "This repo contains a Typescript client for communicating with the Kurtosis API server, which both testsuites and Kurtosis Modules use to manipulate the test environment.",
    "main": "./build/index",
    "types": "./build/index",
    "scripts": {
        "build": "tsc && cp -R src/kurtosis_core_rpc_api_bindings build/",
        "test": "ts-mocha -p tsconfig.json 'test/**/*.ts'"
    },
    "files": [
        "build"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kurtosis-tech/kurtosis-core-api-lib.git"
    },
    "keywords": [
        "kurtosis",
        "core",
        "api"
    ],
    "author": "Kurtosis Technologies Inc <support@kurtosistech.com> (https://www.kurtosistech.com/)",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/kurtosis-tech/kurtosis-core-api-lib/issues"
    },
    "homepage": "https://github.com/kurtosis-tech/kurtosis-core-api-lib",
    "engines": {
        "node": ">=16.13.0"
    },
    "dependencies": {
        "@grpc/grpc-js": "^1.4.4",
        "@types/google-protobuf": "^3.15.5",
        "@types/path-browserify": "^1.0.0",
        "browser-or-node": "^2.0.0",
        "google-protobuf": "^3.19.1",
        "grpc-web": "^1.3.0",
        "loglevel": "^1.7.1",
        "neverthrow": "^4.2.2",
        "path-browserify": "^1.0.1",
        "tar": "^6.1.11"
    },
    "devDependencies": {
        "@types/chai": "^4.2.21",
        "@types/mocha": "^9.0.0",
        "@types/tar": "^6.1.1",
        "@types/targz": "^1.0.1",
        "chai": "^4.3.4",
        "mocha": "^9.0.3",
        "ts-mocha": "^8.0.0",
        "typescript": "^4.3.5"
    }
}
