64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "@hoppscotch/cli",
|
|
"version": "0.3.1",
|
|
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
|
|
"homepage": "https://hoppscotch.io",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"hopp": "bin/hopp"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm exec tsup",
|
|
"dev": "pnpm exec tsup --watch",
|
|
"debugger": "node debugger.js 9999",
|
|
"prepublish": "pnpm exec tsup",
|
|
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
|
|
"do-typecheck": "pnpm exec tsc --noEmit",
|
|
"test": "pnpm run build && jest && rm -rf dist"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"hoppscotch",
|
|
"hopp-cli"
|
|
],
|
|
"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",
|
|
"private": false,
|
|
"devDependencies": {
|
|
"@hoppscotch/data": "workspace:^",
|
|
"@hoppscotch/js-sandbox": "workspace:^",
|
|
"@relmify/jest-fp-ts": "^2.0.2",
|
|
"@swc/core": "^1.2.181",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/chalk": "^2.2.0",
|
|
"@types/commander": "^2.12.2",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/lodash": "^4.14.181",
|
|
"@types/qs": "^6.9.7",
|
|
"axios": "^0.21.4",
|
|
"chalk": "^4.1.1",
|
|
"commander": "^8.0.0",
|
|
"esm": "^3.2.25",
|
|
"fp-ts": "^2.12.1",
|
|
"io-ts": "^2.2.16",
|
|
"jest": "^27.5.1",
|
|
"lodash": "^4.17.21",
|
|
"prettier": "^2.8.4",
|
|
"qs": "^6.10.3",
|
|
"ts-jest": "^27.1.4",
|
|
"tsup": "^5.12.7",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|