-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 768 Bytes
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
{
"name": "scorecard-azure-pipelines-task",
"version": "0.0.0",
"description": "Azure Pipelines task for OpenSSF scorecard",
"type": "module",
"private": true,
"scripts": {
"build": "node esbuild.mts",
"lint": "biome check ./src",
"format": "biome format --write ./src",
"package": "tfx extension create"
},
"engines": {
"node": ">=20.1.0",
"pnpm": ">=11.0.0-rc.0"
},
"packageManager": "pnpm@11.0.0-rc.0",
"dependencies": {
"tar": "7.5.13"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@tsconfig/node24": "24.0.4",
"@tsconfig/strictest": "2.0.8",
"@types/node": "24.12.2",
"esbuild": "0.28.0",
"esbuild-plugin-copy": "2.1.1",
"tfx-cli": "0.23.1",
"typescript": "6.0.2"
}
}