-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 969 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
32
33
34
35
36
37
{
"name": "@chillicream/nitro-azure-pipelines-tasks",
"version": "1.0.12",
"private": true,
"type": "module",
"description": "Azure Pipelines tasks for the Nitro CLI.",
"license": "MIT",
"author": "ChilliCream",
"repository": {
"type": "git",
"url": "git+https://github.com/ChilliCream/nitro-azure-pipelines-tasks.git"
},
"workspaces": [
"shared/*",
"tasks/*"
],
"scripts": {
"build": "tsx scripts/build.ts",
"package": "tsx scripts/package.ts",
"dev:upload": "tsx scripts/dev-upload.ts",
"dev:uninstall": "tsx scripts/dev-uninstall.ts",
"bump": "tsx scripts/bump-version.ts",
"scaffold:major": "tsx scripts/scaffold-major.ts",
"typecheck": "tsc -b --noEmit"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@vercel/ncc": "^0.38.4",
"tfx-cli": "^0.21.1",
"tsx": "^4.19.0",
"typescript": "^5.9.3"
},
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=20"
}
}