-
Notifications
You must be signed in to change notification settings - Fork 604
/
package.json
22 lines (22 loc) · 1.12 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
{
"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 build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean --custom-parameter --custom-integer-parameter 5 --custom-integer-list-parameter 6 --custom-integer-list-parameter 7 --custom-string-parameter test --custom-string-list-parameter eevee --custom-string-list-parameter togepi --custom-string-list-parameter mareep --custom-choice-parameter red --custom-choice-list-parameter totodile --custom-choice-list-parameter gudetama --custom-choice-list-parameter wobbuffet"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@types/heft-jest": "1.0.1",
"heft-parameter-plugin": "workspace:*",
"typescript": "~5.4.2"
}
}