forked from sysgears/mochapack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 4.69 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
162
163
164
{
"name": "mochapack",
"version": "2.0.3",
"pm": "[email protected]",
"description": "mocha cli with webpack support",
"bin": "./bin/mochapack",
"main": "./lib/createMochapack.js",
"files": [
"*.md",
"bin",
"src",
"lib",
"LICENSE.md",
"README.md"
],
"scripts": {
"clean-lib": "del-cli \"lib/**\" \"!lib\" \"!lib/reporters\" \"!lib/utils.js\" \"!lib/entry.js\" \"!lib/reporters/base.js\"",
"clean-tmp": "del-cli \".tmp/**\"",
"build": "yarn run clean-lib && tsc",
"format": "prettier '{src,test}/**/*' ./*.json --write --loglevel warn",
"lint": "eslint src/**/*.ts test/**/*.ts --fix",
"test": "yarn run clean-tmp && yarn run build && ts-mocha --timeout 10000 --recursive --require @babel/register --exit \"{test,src}/**/*.test.ts\"",
"cover": "cross-env BABEL_ENV=coverage nyc --reporter=lcov --reporter=text npm test",
"posttest": "yarn run format && yarn run lint",
"docs:clean": "del-cli _book",
"docs:prepare": "gitbook install",
"docs:build": "yarn run docs:clean && yarn run docs:prepare && gitbook build",
"docs:watch": "yarn run docs:prepare && gitbook serve --port 3000",
"docs:deploy": "gh-pages -d _book",
"prepublishOnly": "yarn run build && yarn run docs:build",
"postpublish": "yarn run docs:deploy",
"release": "np",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "https://github.com/sysgears/mochapack"
},
"bugs": {
"url": "https://github.com/sysgears/mochapack/issues"
},
"keywords": [
"webpack",
"mocha"
],
"author": "Victor Vlasenko <[email protected]>",
"license": "MIT",
"peerDependencies": {
"mocha": ">=6 <=7",
"webpack": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.7.6",
"@types/chai": "^4.2.7",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.17",
"@types/sinon": "^9.0.0",
"@types/sinon-chai": "^3.2.4",
"@types/webpack": "^4.41.0",
"@types/yargs": "^15.0.4",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"anymatch": "3.1.1",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-istanbul": "4.1.6",
"babel-plugin-lodash": "^3.2.10",
"bdd-lazy-var": "^2.5.0",
"chai": "^4.1.0",
"coffee-script": "^1.11.1",
"cross-env": "6.0.3",
"css-loader": "3.2.0",
"del": "5.1.0",
"del-cli": "3.0.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "12.1.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.9.0",
"fs-extra": "5.0.0",
"gh-pages": "1.2.0",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-anchors": "^0.7.1",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "3.0.0",
"gitbook-plugin-prism": "^2.0.0",
"glob": "7.1.4",
"mocha": "7.1.1",
"node-sass": "^4.11.0",
"np": "5.1.0",
"nyc": "14.1.1",
"prettier": "^1.19.1",
"sass-loader": "6.0.7",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"strip-ansi": "^5.2.0",
"tiny-worker": "2.3.0",
"ts-mocha": "^7.0.0",
"typescript": "^3.8.3",
"webpack": "4.41.0",
"worker-loader": "2.0.0",
"write-file-webpack-plugin": "^4.2.0"
},
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"chalk": "^2.4.2",
"chokidar": "^2.0.0",
"glob-parent": "5.1.0",
"globby": "^10.0.1",
"interpret": "^1.2.0",
"is-glob": "^4.0.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.15",
"memory-fs": "^0.4.1",
"minimatch": "^3.0.4",
"nodent-runtime": "^3.2.1",
"normalize-path": "^3.0.0",
"progress": "^2.0.3",
"source-map-support": "^0.5.13",
"toposort": "^2.0.2",
"yargs": "14.0.0"
},
"greenkeeper": {
"ignore": [
"globby",
"gitbook-cli",
"gitbook-plugin-anchors",
"gitbook-plugin-edit-link",
"gitbook-plugin-github",
"gitbook-plugin-prism"
]
},
"nyc": {
"extension": [
".ts"
],
"include": [
"src/**/*.ts"
]
},
"prettier": {
"semi": false,
"singleQuote": true,
"endOfLine": "lf"
},
"resolutions": {
"js-yaml": ">=3.13.0",
"lodash.mergewith": ">=4.6.2",
"bdd-lazy-var/mocha": ">=4.0.0",
"fstream": ">=1.0.12",
"tunnel-agent": ">=0.6.0",
"hoek": "^4.2.1",
"cryptiles": "^4.1.3"
}
}