UNPKG

ibm-cloud-sdk-core

Version:

Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.

21 lines (20 loc) 405 B
{ "name": "@ibm-cloud/sdk-test-utilities", "version": "1.0.0", "description": "A set of utility methods for unit tests in IBM Cloud SDKs", "main": "index.js", "scripts": { "test": "echo \"N/A\"" }, "author": "Dustin Popp", "license": "Apache-2.0", "dependencies": { "expect": "^29.7.0" }, "overrides": { "micromatch": "4.0.8" }, "engines": { "node": ">=18" } }