-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.25 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.25 KB
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
{
"name": "@optimics/monorepodoc",
"version": "0.2.7",
"description": "JSDoc wrapper that generates documentation for each Lerna package",
"main": "lib/monorepodoc.mjs",
"author": "Pavel Žák <pavel@zak.global>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/optimics/monorepo-jsdoc.git"
},
"keywords": [
"jsdoc",
"monorepo",
"lerna",
"workspace",
"documentation"
],
"bugs": {
"url": "https://github.com/optimics/monorepo-jsdoc/issues"
},
"homepage": "https://github.com/optimics/monorepo-jsdoc#readme",
"engines": {
"node": ">=16"
},
"bin": {
"monorepodoc": "lib/monorepodoc.mjs"
},
"scripts": {
"test": "jest"
},
"files": [
"lib"
],
"dependencies": {
"archiver": "^5.3.1",
"fast-glob": "^3.2.11",
"ora": "^6.1.0",
"pino": "^8.1.0",
"pino-pretty": "^8.1.0",
"pretty-bytes": "^6.0.0",
"tmp-promise": "^3.0.3",
"which": "^2.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@optimics/eslint-config": "^0.5.4",
"jest": "^28.1.1",
"jest-runner-eslint": "^1.0.1",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^1.1.0"
}
}