UNPKG

thunderclient-cli

Version:

A CLI tool for importing and exporting collections in the Thunder Client VS Code extension.

36 lines 894 B
{ "name": "thunderclient-cli", "version": "0.0.6", "description": "A CLI tool for importing and exporting collections in the Thunder Client VS Code extension.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "thunderclient": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Kalpana98/thunderclient-cli.git" }, "keywords": [ "vscode", "thunderclient", "thunder-client", "@thunderclient/cli", "api-testing", "postman" ], "bugs": { "url": "https://github.com/Kalpana98/thunderclient-cli/issues" }, "homepage": "https://github.com/Kalpana98/thunderclient-cli#readme", "author": "Kalpana Upadhyay <kalpanaupadhyay.dev@gmail.com>", "license": "MIT", "files": [ "index.js", "README.md", "package.json", "thunder-client/" ] }