forked from EnterTheNameHere/esdoc-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 5.03 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
{
"name": "root",
"private": true,
"scripts": {
"build": "lerna run build",
"precoverage": "trash ./coverage",
"coverage": "npm run coverage:build && nyc npm run test:execute && npm run build",
"coverage:build": "lerna run coverage:build",
"coverage:remove_nyc_output": "trash ./.nyc_output",
"postcoverage": "npm run coverage:remove_nyc_output",
"test": "npm run build && npm run test:execute",
"test:execute": "lerna run test",
"test:latest": "lerna run --since main build && lerna run --since main test"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@enterthenamehere/esdoc": "file:packages\\esdoc",
"@enterthenamehere/esdoc-accessor-plugin": "file:packages\\esdoc-accessor-plugin",
"@enterthenamehere/esdoc-brand-plugin": "file:packages\\esdoc-brand-plugin",
"@enterthenamehere/esdoc-coverage-plugin": "file:packages\\esdoc-coverage-plugin",
"@enterthenamehere/esdoc-ecmascript-proposal-plugin": "file:packages\\esdoc-ecmascript-proposal-plugin",
"@enterthenamehere/esdoc-external-ecmascript-plugin": "file:packages\\esdoc-external-ecmascript-plugin",
"@enterthenamehere/esdoc-integrate-manual-plugin": "file:packages\\esdoc-integrate-manual-plugin",
"@enterthenamehere/esdoc-integrate-test-plugin": "file:packages\\esdoc-integrate-test-plugin",
"@enterthenamehere/esdoc-standard-plugin": "file:packages\\esdoc-standard-plugin",
"@enterthenamehere/esdoc-type-inference-plugin": "file:packages\\esdoc-type-inference-plugin",
"@enterthenamehere/esdoc-undocumented-identifier-plugin": "file:packages\\esdoc-undocumented-identifier-plugin",
"@enterthenamehere/esdoc-unexported-identifier-plugin": "file:packages\\esdoc-unexported-identifier-plugin",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.3.4",
"cpx2": "^3.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.13.0",
"eslint-plugin-compat": "^3.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"esm": "^3.2.25",
"fs-extra": "^9.0.1",
"lerna": "^4.0.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"trash-cli": "^4.0.0"
},
"dependencies": {
"@enterthenamehere/color-logger": "file:packages\\color-logger",
"@enterthenamehere/esdoc": "file:packages\\esdoc",
"@enterthenamehere/esdoc-accessor-plugin": "file:packages\\esdoc-accessor-plugin",
"@enterthenamehere/esdoc-brand-plugin": "file:packages\\esdoc-brand-plugin",
"@enterthenamehere/esdoc-core": "file:packages\\esdoc-core",
"@enterthenamehere/esdoc-coverage-plugin": "file:packages\\esdoc-coverage-plugin",
"@enterthenamehere/esdoc-ecmascript-proposal-plugin": "file:packages\\esdoc-ecmascript-proposal-plugin",
"@enterthenamehere/esdoc-exclude-source-plugin": "file:packages\\esdoc-exclude-source-plugin",
"@enterthenamehere/esdoc-external-ecmascript-plugin": "file:packages\\esdoc-external-ecmascript-plugin",
"@enterthenamehere/esdoc-external-nodejs-plugin": "file:packages\\esdoc-external-nodejs-plugin",
"@enterthenamehere/esdoc-external-webapi-plugin": "file:packages\\esdoc-external-webapi-plugin",
"@enterthenamehere/esdoc-flow-type-plugin": "file:packages\\esdoc-flow-type-plugin",
"@enterthenamehere/esdoc-importpath-plugin": "file:packages\\esdoc-importpath-plugin",
"@enterthenamehere/esdoc-inject-gtm-plugin": "file:packages\\esdoc-inject-gtm-plugin",
"@enterthenamehere/esdoc-inject-script-plugin": "file:packages\\esdoc-inject-script-plugin",
"@enterthenamehere/esdoc-inject-style-plugin": "file:packages\\esdoc-inject-style-plugin",
"@enterthenamehere/esdoc-integrate-manual-plugin": "file:packages\\esdoc-integrate-manual-plugin",
"@enterthenamehere/esdoc-integrate-test-plugin": "file:packages\\esdoc-integrate-test-plugin",
"@enterthenamehere/esdoc-jsx-plugin": "file:packages\\esdoc-jsx-plugin",
"@enterthenamehere/esdoc-lint-plugin": "file:packages\\esdoc-lint-plugin",
"@enterthenamehere/esdoc-publish-html-plugin": "file:packages\\esdoc-publish-html-plugin",
"@enterthenamehere/esdoc-publish-markdown-plugin": "file:packages\\esdoc-publish-markdown-plugin",
"@enterthenamehere/esdoc-react-plugin": "file:packages\\esdoc-react-plugin",
"@enterthenamehere/esdoc-standard-plugin": "file:packages\\esdoc-standard-plugin",
"@enterthenamehere/esdoc-type-inference-plugin": "file:packages\\esdoc-type-inference-plugin",
"@enterthenamehere/esdoc-typescript-plugin": "file:packages\\esdoc-typescript-plugin",
"@enterthenamehere/esdoc-undocumented-identifier-plugin": "file:packages\\esdoc-undocumented-identifier-plugin",
"@enterthenamehere/esdoc-unexported-identifier-plugin": "file:packages\\esdoc-unexported-identifier-plugin",
"@enterthenamehere/ice-cap": "file:packages\\ice-cap"
}
}