forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 931 Bytes
/
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
{
"name": "@microsoft/gulp-core-build-mocha",
"version": "3.9.3",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build-mocha"
},
"scripts": {
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "workspace:*",
"@types/node": "10.17.13",
"glob": "~7.0.5",
"gulp": "~4.0.2",
"gulp-istanbul": "~0.10.3",
"gulp-mocha": "~6.0.0"
},
"devDependencies": {
"@microsoft/node-library-build": "6.5.0",
"@microsoft/rush-stack-compiler-3.9": "0.4.22",
"@rushstack/eslint-config": "workspace:*",
"@types/glob": "7.1.1",
"@types/gulp": "4.0.6",
"@types/gulp-istanbul": "0.9.30",
"@types/gulp-mocha": "0.0.32",
"@types/mocha": "5.2.5",
"@types/orchestrator": "0.0.30"
}
}