{ "name": "cautious-journey", "version": "0.3.0", "description": "Github/Gitlab label & workflow manager", "type": "module", "main": "out/index.js", "browser": "out/browser.js", "directories": { "doc": "docs", "test": "test" }, "author": "ssube", "license": "MIT", "devDependencies": { "@apextoaster/js-utils": "0.5.0", "@apextoaster/js-yaml-schema": "0.5.0", "@gitbeaker/browser": "35.8.0", "@gitbeaker/core": "35.8.0", "@gitbeaker/node": "35.8.0", "@istanbuljs/nyc-config-typescript": "1.0.2", "@istanbuljs/schema": "0.1.3", "@microsoft/api-documenter": "7.19.24", "@microsoft/api-extractor": "7.33.6", "@octokit/auth-app": "4.0.7", "@octokit/rest": "19.0.5", "@types/bunyan": "1.8.8", "@types/chai": "4.3.4", "@types/chai-as-promised": "7.1.5", "@types/js-yaml": "4.0.5", "@types/mocha": "10.0.1", "@types/seedrandom": "3.0.2", "@types/sinon": "10.0.13", "@types/sinon-chai": "3.2.9", "@types/source-map-support": "0.5.6", "@types/yargs": "17.0.15", "@typescript-eslint/eslint-plugin": "5.45.0", "@typescript-eslint/parser": "5.45.0", "bunyan": "1.8.15", "c8": "7.12.0", "chai": "4.3.7", "chai-as-promised": "7.1.1", "esbuild": "^0.16.12", "eslint": "8.29.0", "eslint-plugin-chai": "0.0.1", "eslint-plugin-chai-expect": "3.0.0", "eslint-plugin-chai-expect-keywords": "2.1.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-mocha": "10.1.0", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-sonarjs": "0.16.0", "esm": "3.2.25", "js-yaml": "4.1.0", "memfs": "3.4.12", "mocha": "10.1.0", "noicejs": "4.0.0", "seedrandom": "3.0.5", "sinon": "15.0.0", "sinon-chai": "3.7.0", "source-map-support": "0.5.21", "standard-version": "9.5.0", "tslib": "2.4.1", "typescript": "4.9.4", "yargs": "17.6.2" }, "husky": { "hooks": { "pre-commit": "make" } }, "dependencies": { "node-fetch": "^3.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "bin": { "cautious-journey": "out/index.js" }, "nyc": { "extends": "@istanbuljs/nyc-config-typescript", "exclude": [ "scripts/*", "test/**" ] } }