{ "name": "cautious-journey", "version": "0.2.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.4.0", "@apextoaster/js-yaml-schema": "0.5.0", "@gitbeaker/browser": "32.1.0", "@gitbeaker/core": "32.1.0", "@gitbeaker/node": "32.1.0", "@istanbuljs/nyc-config-typescript": "1.0.1", "@microsoft/api-documenter": "7.13.34", "@microsoft/api-extractor": "7.18.4", "@octokit/auth-app": "3.6.0", "@octokit/rest": "18.5.2", "@rollup/plugin-alias": "3.1.5", "@rollup/plugin-commonjs": "20.0.0", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-multi-entry": "4.1.0", "@rollup/plugin-node-resolve": "13.0.4", "@rollup/plugin-replace": "3.0.0", "@rollup/plugin-yaml": "3.1.0", "@types/bunyan": "1.8.7", "@types/chai": "4.2.21", "@types/chai-as-promised": "7.1.4", "@types/js-yaml": "4.0.2", "@types/mocha": "9.0.0", "@types/seedrandom": "3.0.1", "@types/sinon": "10.0.2", "@types/sinon-chai": "3.2.5", "@types/source-map-support": "0.5.4", "@types/yargs": "16.0.4", "@typescript-eslint/eslint-plugin": "4.29.1", "@typescript-eslint/parser": "4.29.1", "bunyan": "1.8.15", "c8": "7.8.0", "chai": "4.3.4", "chai-as-promised": "7.1.1", "eslint": "7.32.0", "eslint-plugin-chai": "0.0.1", "eslint-plugin-chai-expect": "2.2.0", "eslint-plugin-chai-expect-keywords": "2.1.0", "eslint-plugin-import": "2.24.0", "eslint-plugin-mocha": "9.0.0", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-sonarjs": "0.10.0", "esm": "3.2.25", "js-yaml": "4.1.0", "memfs": "3.2.2", "mocha": "9.0.3", "noicejs": "4.0.0", "rollup": "2.56.2", "rollup-plugin-alias": "2.2.0", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-eslint": "7.0.0", "rollup-plugin-json": "4.0.0", "rollup-plugin-multi-entry": "2.1.0", "rollup-plugin-node-externals": "2.2.0", "rollup-plugin-node-polyfills": "0.2.1", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-replace": "2.2.0", "rollup-plugin-serve": "1.1.0", "rollup-plugin-terser": "7.0.2", "rollup-plugin-typescript2": "0.30.0", "rollup-plugin-uglify": "6.0.4", "rollup-plugin-yaml": "2.0.0", "seedrandom": "3.0.5", "sinon": "11.1.2", "sinon-chai": "3.7.0", "source-map-support": "0.5.19", "standard-version": "9.3.1", "typescript": "4.3.5", "yargs": "16.2.0" }, "husky": { "hooks": { "pre-commit": "make" } }, "dependencies": { "node-fetch": "^2.6.1" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "bin": { "cautious-journey": "out/index.js" }, "nyc": { "extends": "@istanbuljs/nyc-config-typescript", "exclude": [ "scripts/*", "test/**" ] } }