1
0
Fork 0
cautious-journey/package.json

80 lines
2.2 KiB
JSON

{
"name": "cautious-journey",
"version": "0.3.0",
"description": "Github/Gitlab label & workflow manager",
"type": "module",
"main": "out/src/index.js",
"browser": "out/bundle/index.cjs",
"directories": {
"doc": "docs",
"test": "test"
},
"author": "ssube",
"license": "MIT",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@istanbuljs/schema": "0.1.3",
"@microsoft/api-documenter": "7.19.27",
"@microsoft/api-extractor": "7.33.7",
"@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",
"c8": "7.12.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "^0.17.0",
"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",
"memfs": "3.4.13",
"mocha": "10.1.0",
"sinon": "15.0.0",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.21",
"standard-version": "9.5.0",
"typescript": "4.9.5"
},
"dependencies": {
"@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",
"@octokit/auth-app": "4.0.7",
"@octokit/rest": "19.0.5",
"bunyan": "1.8.15",
"js-yaml": "4.1.0",
"node-fetch": "^3.0.0",
"noicejs": "4.0.0",
"seedrandom": "3.0.5",
"tslib": "2.5.0",
"yargs": "17.6.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bin": {
"cautious-journey": "out/src/index.js"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"exclude": [
"scripts/*",
"test/**"
]
}
}