2020-08-12 00:13:39 +00:00
|
|
|
{
|
|
|
|
"name": "cautious-journey",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Github/Gitlab label & workflow manager",
|
2020-08-22 14:49:52 +00:00
|
|
|
"main": "out/index.js",
|
|
|
|
"browser": "out/browser.js",
|
2020-08-12 00:13:39 +00:00
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"author": "ssube",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2021-04-04 20:34:00 +00:00
|
|
|
"@apextoaster/js-config": "0.2.0-3",
|
2020-08-23 18:09:52 +00:00
|
|
|
"@apextoaster/js-utils": "0.2.1",
|
2021-03-29 02:06:08 +00:00
|
|
|
"@apextoaster/js-yaml-schema": "0.4.0-4",
|
2021-04-03 23:21:48 +00:00
|
|
|
"@gitbeaker/browser": "23.7.0",
|
|
|
|
"@gitbeaker/core": "23.7.0",
|
|
|
|
"@gitbeaker/node": "23.7.0",
|
2020-08-12 00:13:39 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
2021-06-21 15:19:57 +00:00
|
|
|
"@microsoft/api-documenter": "7.13.23",
|
2021-06-08 21:37:09 +00:00
|
|
|
"@microsoft/api-extractor": "7.16.1",
|
2021-06-12 14:49:50 +00:00
|
|
|
"@octokit/auth-app": "3.5.0",
|
2021-03-28 18:06:25 +00:00
|
|
|
"@octokit/rest": "18.5.2",
|
2021-04-03 16:04:07 +00:00
|
|
|
"@rollup/plugin-alias": "3.1.2",
|
2021-06-14 13:15:36 +00:00
|
|
|
"@rollup/plugin-commonjs": "19.0.0",
|
2020-09-07 02:12:22 +00:00
|
|
|
"@rollup/plugin-json": "4.1.0",
|
|
|
|
"@rollup/plugin-multi-entry": "4.0.0",
|
2021-06-14 13:15:36 +00:00
|
|
|
"@rollup/plugin-node-resolve": "13.0.0",
|
2021-03-28 13:26:34 +00:00
|
|
|
"@rollup/plugin-replace": "2.4.2",
|
2020-12-29 05:39:01 +00:00
|
|
|
"@rollup/plugin-yaml": "3.0.0",
|
2020-08-23 18:09:52 +00:00
|
|
|
"@types/bunyan": "1.8.6",
|
2021-06-20 00:42:25 +00:00
|
|
|
"@types/chai": "4.2.19",
|
2021-05-09 17:05:35 +00:00
|
|
|
"@types/chai-as-promised": "7.1.4",
|
2021-05-01 22:55:18 +00:00
|
|
|
"@types/js-yaml": "4.0.1",
|
2021-06-03 20:54:26 +00:00
|
|
|
"@types/lodash": "4.14.170",
|
2021-03-28 14:33:55 +00:00
|
|
|
"@types/mocha": "8.2.2",
|
2021-06-12 17:33:06 +00:00
|
|
|
"@types/react": "17.0.11",
|
2021-06-18 07:45:56 +00:00
|
|
|
"@types/react-dom": "17.0.8",
|
2021-03-28 16:53:20 +00:00
|
|
|
"@types/seedrandom": "2.4.29",
|
2021-06-12 02:40:31 +00:00
|
|
|
"@types/sinon": "10.0.2",
|
2020-09-26 13:09:22 +00:00
|
|
|
"@types/sinon-chai": "3.2.5",
|
2020-08-23 22:02:28 +00:00
|
|
|
"@types/source-map-support": "0.5.3",
|
2021-06-12 15:16:07 +00:00
|
|
|
"@types/yargs": "16.0.3",
|
2021-06-15 01:08:49 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.27.0",
|
|
|
|
"@typescript-eslint/parser": "4.27.0",
|
2021-01-19 20:53:48 +00:00
|
|
|
"bunyan": "1.8.15",
|
2021-03-28 14:22:34 +00:00
|
|
|
"chai": "4.3.4",
|
2020-08-12 00:13:39 +00:00
|
|
|
"chai-as-promised": "7.1.1",
|
2021-06-19 00:26:48 +00:00
|
|
|
"eslint": "7.29.0",
|
2020-08-12 00:13:39 +00:00
|
|
|
"eslint-plugin-chai": "0.0.1",
|
|
|
|
"eslint-plugin-chai-expect": "2.2.0",
|
2021-02-09 14:12:52 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "2.1.0",
|
2021-06-02 03:47:02 +00:00
|
|
|
"eslint-plugin-import": "2.23.4",
|
2021-06-02 13:32:44 +00:00
|
|
|
"eslint-plugin-mocha": "8.2.0",
|
2020-08-12 00:13:39 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
2021-05-03 15:48:47 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.7.0",
|
2020-08-23 18:09:52 +00:00
|
|
|
"esm": "3.2.25",
|
2021-04-17 10:29:37 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2021-06-10 20:56:30 +00:00
|
|
|
"jsdom": "16.6.0",
|
2020-08-23 18:09:52 +00:00
|
|
|
"jsdom-global": "3.0.2",
|
2021-03-28 14:26:18 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-06-11 15:08:40 +00:00
|
|
|
"mobx": "6.3.2",
|
2021-06-12 11:37:04 +00:00
|
|
|
"mobx-react": "7.2.0",
|
2021-05-09 15:44:08 +00:00
|
|
|
"mocha": "8.4.0",
|
2020-09-07 03:31:19 +00:00
|
|
|
"noicejs": "3.1.0",
|
2020-08-12 00:13:39 +00:00
|
|
|
"nyc": "15.1.0",
|
2021-03-28 14:25:16 +00:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
2021-06-21 07:25:06 +00:00
|
|
|
"rollup": "2.52.2",
|
2020-08-23 18:09:52 +00:00
|
|
|
"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",
|
2020-08-12 00:13:39 +00:00
|
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
|
|
"rollup-plugin-replace": "2.2.0",
|
2020-12-29 05:39:01 +00:00
|
|
|
"rollup-plugin-serve": "1.1.0",
|
2020-09-04 18:42:51 +00:00
|
|
|
"rollup-plugin-terser": "7.0.2",
|
2021-03-28 13:26:34 +00:00
|
|
|
"rollup-plugin-typescript2": "0.30.0",
|
2020-08-23 18:09:52 +00:00
|
|
|
"rollup-plugin-uglify": "6.0.4",
|
2020-08-12 00:13:39 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2020-08-23 18:09:52 +00:00
|
|
|
"seedrandom": "3.0.5",
|
2021-03-28 14:22:34 +00:00
|
|
|
"sinon": "10.0.0",
|
2021-06-03 15:13:28 +00:00
|
|
|
"sinon-chai": "3.7.0",
|
2020-08-12 00:13:39 +00:00
|
|
|
"source-map-support": "0.5.19",
|
2021-06-02 20:53:26 +00:00
|
|
|
"standard-version": "9.3.0",
|
2021-06-18 10:48:06 +00:00
|
|
|
"typescript": "4.3.4",
|
2020-12-29 05:48:28 +00:00
|
|
|
"yargs": "16.2.0"
|
2020-08-12 01:39:53 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2020-08-13 23:44:13 +00:00
|
|
|
"pre-commit": "make"
|
2020-08-12 01:39:53 +00:00
|
|
|
}
|
2020-08-12 23:21:35 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-05 23:48:25 +00:00
|
|
|
"node-fetch": "^2.6.1"
|
2020-08-22 13:52:51 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org"
|
2020-08-25 13:45:45 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"cautious-journey": "out/index.js"
|
2020-08-28 22:02:58 +00:00
|
|
|
},
|
|
|
|
"nyc": {
|
|
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
|
|
"exclude": [
|
|
|
|
"scripts/*",
|
|
|
|
"test/**"
|
|
|
|
]
|
2020-08-12 00:13:39 +00:00
|
|
|
}
|
|
|
|
}
|