forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
20 lines (20 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "heft-parameter-plugin-test",
"description": "This project exercises a built-in Heft action with a custom parameter",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "heft test --clean --custom-parameter --custom-string-parameter test --custom-number-parameter 5 --custom-string-list-parameter eevee -x togepi -x mareep --custom-choice-parameter red --custom-choice-list-parameter totodile -y gudetama -y wobbuffet",
"_phase:build": "",
"_phase:test": "heft test --custom-parameter --custom-string-parameter test --custom-number-parameter 5 --custom-string-list-parameter eevee -x togepi -x mareep --custom-choice-parameter red --custom-choice-list-parameter totodile -y gudetama -y wobbuffet"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@types/heft-jest": "1.0.1",
"heft-parameter-plugin": "workspace:*",
"typescript": "~4.8.4"
}
}