-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
34 lines (34 loc) · 1.3 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
{
"name": "nexpect",
"scripts": {
"pretest": "zarro update-git-submodules",
"update-pb-submodule": "cd src/PeanutButter && git pull --rebase",
"upgrade-pb-packages": "cross-env UPGRADE_PACKAGES=/^peanutbutter\\..*/ zarro upgrade-packages",
"experiment": "zarro experiment-task",
"test": "zarro test-dotnet",
"pack": "zarro @",
"cover": "zarro build-cover-report",
"build": "zarro @",
"build-with-msbuild": "cross-env BUILD_EXCLUDE=src/PeanutButter/**/* zarro build",
"verify-up-to-date": "zarro verify-up-to-date",
"release": "cross-env BUILD_CONFIGURATION=Release zarro release",
"release-beta": "cross-env PACK_INCREMENT_VERSION=1 VERSION_INCREMENT_STRATEGY=prerelease BUILD_CONFIGURATION=Release zarro release",
"clear-old-packages": "rimraf packages",
"test-push": "zarro @",
"test-zarro": "zarro @",
"clean": "zarro @",
"quick-test-dotnet": "zarro @"
},
"devDependencies": {
"chalk": "^3.0.0",
"cross-env": "^7.0.2",
"debug": "^4.1.1",
"del": "^5.1.0",
"npm-run-all": "^4.1.5",
"simple-git": "^3.16.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"yafs": "^1.23.0",
"zarro": "^1.188.0"
}
}