-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
161 lines (161 loc) · 5.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "report-toolkit-monorepo",
"description": "A multitool for processing & analyzing Node.js Diagnostic Reports",
"version": "0.0.0",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@boneskull/typedoc-plugin-external-module-name": "^2.1.1",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/cosmiconfig": "^5.0.3",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.167",
"@types/yargs": "^15.0.12",
"babel-eslint": "^10.1.0",
"babel-plugin-lodash-fp": "^1.2.0",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"csvtojson": "^2.0.10",
"del-cli": "^3.0.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-monorepo": "^0.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-standard": "^4.1.0",
"esm": "^3.2.25",
"execa": "^4.1.0",
"gh-pages": "^2.2.0",
"handlebars": "^4.7.6",
"husky": "^4.3.7",
"istanbul-lib-source-maps": "^4.0.0",
"lerna": "^3.22.1",
"lint-staged": "^10.5.3",
"markdownlint-cli": "^0.21.0",
"mocha": "^8.2.1",
"module-alias": "^2.2.2",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"prettier-plugin-toml": "^0.3.1",
"proxyquire": "^2.1.3",
"readdir-withfiletypes": "^1.0.2",
"replace-in-files-cli": "^1.0.0",
"resolve-pkg": "^2.0.0",
"rollup": "^1.32.1",
"rollup-external-modules": "^2.0.0",
"rollup-plugin-hashbang": "^2.2.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-subpath-externals": "^3.4.0",
"rxjs": "^6.6.3",
"sinon": "^8.1.1",
"sync-monorepo-packages": "^0.3.2",
"syncpack": "^5.6.10",
"typedoc": "^0.16.11",
"typedoc-plugin-markdown": "2.2.17",
"typescript": "^3.9.7",
"unexpected": "^11.15.1",
"unexpected-rxjs": "^0.2.4",
"unexpected-sinon": "^10.11.2"
},
"engines": {
"node": ">=10"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"convert",
"debug",
"diagnose",
"diagnostic",
"diff",
"inspect",
"json",
"node-report",
"redact",
"report",
"sanitize",
"secrets",
"tool",
"toolkit",
"transform"
],
"license": "Apache-2.0",
"nyc": {
"exclude": [
".*",
"**/*.spec.js",
"*.config.js",
"node_modules",
"scripts/**/*.js",
"packages/docs/**/*.js"
],
"reporter": [
"lcov",
"text-summary"
]
},
"prettier": {
"bracketSpacing": false,
"endOfLine": "auto",
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "none"
},
"private": true,
"publishConfig": {
"access": "public"
},
"repository": "ibm/report-toolkit.git",
"scripts": {
"bootstrap": "cross-env NPM_CONFIG_LOGLEVEL=silent lerna bootstrap",
"build": "concurrently npm:build:dist npm:build:declarations",
"build:declarations": "tsc -p tsconfig.declarations.json",
"build:dist": "rollup -c",
"build:docs": "npm run build:docs:api && npm run build:docs:import-code && npm run build:docs:site",
"build:docs:api": "typedoc --tsconfig tsconfig.docs.json --plugin typedoc-plugin-markdown,@boneskull/typedoc-plugin-external-module-name",
"build:docs:import-code": "node scripts/build-cli-output.js && cp packages/common/src/configs/recommended.js packages/docs/src/pages/config/recommended.js.txt",
"build:docs:netlify": "npm run build:docs:api && npm run build:docs:import-code && npm run build:docs:site:netlify",
"build:docs:site": "lerna run --stream --scope @report-toolkit/docs build",
"build:docs:site:netlify": "lerna run --stream --scope @report-toolkit/docs build:netlify",
"clean": "concurrently npm:clean:api-docs npm:clean:declarations",
"clean:api-docs": "del-cli \"packages/docs/src/pages/api/**/*.mdx\" \"packages/docs/src/pages/api/{classes,interfaces,modules}\"",
"clean:declarations": "del-cli \"packages/*/src/**/*.d.ts\"",
"clean:docs:import-code": "del-cli packages/docs/src/pages/cli-output.txt packages/docs/src/pages/config/recommended.js",
"dev": "concurrently --raw npm:dev:*",
"dev:build": "rollup -c -w",
"dev:docs": "lerna exec --scope @report-toolkit/docs gatsby develop",
"fix": "eslint --fix .",
"lint": "eslint .",
"patch-typedoc": "del-cli \"node_modules/typedoc/node_modules/typescript\"",
"postbuild:declarations": "node scripts/post-build-declarations.js",
"postbuild:docs": "npm run clean:declarations",
"postinstall": "npm run bootstrap",
"posttest": "concurrently npm:lint npm:typecheck",
"prebuild:declarations": "npm run clean:declarations",
"prebuild:docs:api": "concurrently npm:build npm:patch-typedoc",
"prebuild:docs:import-code": "npm run clean:docs:import-code",
"predev:docs": "npm run build:docs:import-code",
"prepublish:docs": "npm run build:docs",
"prepublishOnly": "npm run build",
"pretest": "npm run build:dist",
"pretypecheck": "npm run clean:declarations",
"preversion": "npm test",
"publish:docs": "gh-pages -d packages/docs/public",
"test": "nyc mocha \"./packages/*/test/**/*.spec.js\"",
"typecheck": "tsc -p tsconfig.base.json --allowJs --checkJs --declaration --noEmit"
}
}