1
0
Fork 0
cautious-journey/package.json

109 lines
3.2 KiB
JSON
Raw Normal View History

2020-08-12 00:13:39 +00:00
{
"name": "cautious-journey",
"version": "0.1.0",
"description": "Github/Gitlab label & workflow manager",
"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": {
2020-08-23 18:09:52 +00:00
"@apextoaster/js-config": "0.1.2-8",
"@apextoaster/js-utils": "0.2.1",
"@apextoaster/js-yaml-schema": "0.4.0-3",
"@gitbeaker/browser": "23.5.0",
"@gitbeaker/core": "23.5.0",
"@gitbeaker/node": "23.5.0",
2020-08-12 00:13:39 +00:00
"@istanbuljs/nyc-config-typescript": "1.0.1",
2020-08-25 13:45:02 +00:00
"@microsoft/api-documenter": "7.8.35",
"@microsoft/api-extractor": "7.9.10",
2020-08-23 18:09:52 +00:00
"@octokit/auth-app": "2.4.14",
"@octokit/rest": "18.0.4",
2020-08-23 18:09:52 +00:00
"@types/bunyan": "1.8.6",
2020-08-12 00:13:39 +00:00
"@types/chai": "4.2.12",
"@types/chai-as-promised": "7.1.3",
2020-08-23 18:09:52 +00:00
"@types/js-yaml": "3.12.5",
2020-08-25 13:45:02 +00:00
"@types/lodash": "4.14.160",
"@types/mocha": "8.0.3",
"@types/react": "16.9.48",
2020-08-23 18:09:52 +00:00
"@types/react-dom": "16.9.8",
"@types/seedrandom": "2.4.28",
2020-08-12 00:13:39 +00:00
"@types/sinon-chai": "3.2.4",
"@types/source-map-support": "0.5.3",
2020-08-23 18:09:52 +00:00
"@types/yargs": "15.0.5",
2020-08-25 13:45:02 +00:00
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/eslint-plugin-tslint": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
2020-08-23 18:09:52 +00:00
"bunyan": "1.8.14",
2020-08-12 00:13:39 +00:00
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
2020-08-25 13:45:02 +00:00
"eslint": "7.7.0",
2020-08-12 00:13:39 +00:00
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-chai-expect": "2.2.0",
"eslint-plugin-chai-expect-keywords": "2.0.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-mocha": "8.0.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.5.0",
2020-08-23 18:09:52 +00:00
"esm": "3.2.25",
"husky": "4.2.5",
"jsdom": "16.4.0",
"jsdom-global": "3.0.2",
"lodash": "4.17.20",
2020-08-23 18:09:52 +00:00
"mobx": "5.15.5",
"mobx-react": "6.2.5",
"mocha": "8.1.2",
2020-08-23 18:09:52 +00:00
"noicejs": "3.0.1",
2020-08-12 00:13:39 +00:00
"nyc": "15.1.0",
2020-08-23 18:09:52 +00:00
"react": "16.13.1",
"react-dom": "16.13.1",
"rollup": "2.26.5",
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-08-23 18:09:52 +00:00
"rollup-plugin-serve": "1.0.3",
2020-08-25 13:45:02 +00:00
"rollup-plugin-terser": "7.0.0",
2020-08-12 00:13:39 +00:00
"rollup-plugin-tslint": "0.2.2",
"rollup-plugin-typescript2": "0.27.2",
2020-08-23 18:09:52 +00:00
"rollup-plugin-uglify": "6.0.4",
"rollup-plugin-visualizer": "4.1.0",
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",
2020-08-25 13:45:02 +00:00
"sinon": "9.0.3",
2020-08-12 00:13:39 +00:00
"sinon-chai": "3.5.0",
"source-map-support": "0.5.19",
"standard-version": "9.0.0",
2020-08-12 00:13:39 +00:00
"tslint": "6.1.3",
"tslint-clean-code": "0.2.10",
"tslint-consistent-codestyle": "1.16.0",
2020-08-25 13:45:02 +00:00
"tslint-etc": "1.13.6",
2020-08-12 00:13:39 +00:00
"tslint-microsoft-contrib": "6.2.0",
"tslint-sonarts": "1.9.0",
"typescript": "3.9.7",
2020-08-23 18:09:52 +00:00
"yargs": "15.4.1"
},
"husky": {
"hooks": {
"pre-commit": "make"
}
},
"dependencies": {
"node-fetch": "^2.6.0"
2020-08-22 13:52:51 +00:00
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bin": {
"cautious-journey": "out/index.js"
2020-08-12 00:13:39 +00:00
}
}