-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 2.09 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
{
"name": "peanut-butter",
"repository": {
"type": "git",
"url": "https://github.com/fluffynuts/PeanutButter"
},
"license": "BSD-3-Clause",
"scripts": {
"test": "cross-env DOTNET_CORE=1 TEST_ADDITIONAL_EXCLUDE=PeanutButter.WindowsServiceManagement.Core.Tests zarro test-dotnet",
"test-ci-tempdb": "cross-env DOTNET_CORE=1 TEST_INCLUDE=PeanutButter.TempDb.MySql.Data.Tests,PeanutButter.TempDb.MySql.Connector.Tests,PeanutButter.TempDb.Tests,PeanutButter.TempDb.Runner.Tests zarro test-dotnet",
"test-ci-windows": "cross-env DOTNET_CORE=1 TEST_ADDITIONAL_EXCLUDE=PeanutButter.WindowsServiceManagement.Core.Tests,PeanutButter.WindowsServiceManagement.Tests,PeanutButter.TempDb.* zarro test-dotnet",
"test-not-tempdb": "cross-env DOTNET_CORE=1 TEST_ADDITIONAL_EXCLUDE=source/TempDb/**/* zarro test-dotnet",
"test-ini": "cross-env DOTNET_CORE=1 TEST_INCLUDE=PeanutButter.INI.Tests zarro test-dotnet",
"test-fx": "cross-env DOTNET_CORE=0 zarro test-dotnet",
"build-with-msbuild": "cross-env DOTNET_CORE=0 zarro build",
"cover": "zarro cover-dotnet",
"postcover": "run-s generate-reports",
"generate-reports": "cross-env COVERAGE_INCLUDE=*,PeanutButter.* COVERAGE_EXCLUDE_ASSEMBLIES=PeanutButter.RandomGenerators.Core.Tests.Domain COVERAGE_ADDITIONAL_EXCLUDE=GenericBuilderTestLoadLoadedAssemblyObject,GenericBuilderTestNotLoadedAssembly zarro generate-reports",
"build": "cross-env DOTNET_CORE=1 zarro @",
"build-release": "cross-env BUILD_CONFIGURATION=Release zarro build",
"zarro": "zarro",
"release": "run-s test \"zarro release\"",
"quick-release": "zarro release",
"pack": "cross-env BUILD_CONFIGURATION=Release zarro pack",
"list-project-assemblies": "zarro @",
"build-nuget-packages": "zarro @",
"test-zarro": "zarro test-zarro",
"upgrade-nexpect": "cross-env UPGRADE_PACKAGES=/NExpect\\.*/ zarro upgrade-packages",
"experiment": "zarro @"
},
"devDependencies": {
"gulp-edit-xml": "^3.1.1",
"npm-run-all": "^4.1.5",
"p-queue": "^6.3.0",
"typescript": "^5.2.2",
"yafs": "^1.25.0",
"zarro": "^1.182.0"
}
}