forked from microsoft/finops-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.14 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
35
36
37
{
"name": "ftk",
"version": "0.7.0",
"description": "Starter kits, scripts, and advanced solutions to accelerate your FinOps journey in the Microsoft Cloud.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "pwsh -Command ./src/scripts/Build-Toolkit",
"build-ps": "pwsh -Command ./src/scripts/Invoke-Task Build.PsModule",
"deploy": "pwsh -Command ./src/scripts/Deploy-Toolkit -Build",
"deploy-test": "pwsh -Command ./src/scripts/Deploy-Toolkit -Build -Test",
"package": "pwsh -Command ./src/scripts/Package-Toolkit -Build",
"pester": "pwsh -Command Invoke-Pester -Output Detailed -Path ./src/powershell/Tests/Unit/*",
"contrib": "all-contributors add"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/finops-toolkit.git"
},
"keywords": [
"finops",
"azure",
"microsoft-cloud",
"cost-management"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/finops-toolkit/issues"
},
"homepage": "https://aka.ms/finops/toolkit",
"devDependencies": {
"all-contributors-cli": "^6.26.1"
}
}