chore: cli update package.json + bump version to 0.1.11
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "@hoppscotch/cli",
|
"name": "@hoppscotch/cli",
|
||||||
"version": "0.1.10",
|
"version": "0.1.11",
|
||||||
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
|
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
|
||||||
|
"homepage": "https://hoppscotch.io",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"hopp": "bin/hopp"
|
"hopp": "bin/hopp"
|
||||||
@@ -13,6 +14,7 @@
|
|||||||
"build": "pnpx tsup",
|
"build": "pnpx tsup",
|
||||||
"dev": "pnpx tsup --watch",
|
"dev": "pnpx tsup --watch",
|
||||||
"debugger": "node debugger.js 9999",
|
"debugger": "node debugger.js 9999",
|
||||||
|
"prepublish": "pnpx tsup",
|
||||||
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
|
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
|
||||||
"do-typecheck": "pnpx tsc --noEmit"
|
"do-typecheck": "pnpx tsc --noEmit"
|
||||||
},
|
},
|
||||||
@@ -22,6 +24,14 @@
|
|||||||
"hopp-cli"
|
"hopp-cli"
|
||||||
],
|
],
|
||||||
"author": "Hoppscotch (support@hoppscotch.io)",
|
"author": "Hoppscotch (support@hoppscotch.io)",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/hoppscotch/hoppscotch.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/hoppscotch/hoppscotch/issues",
|
||||||
|
"email": "support@hoppscotch.io"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user