forked from Azure/LogicAppsTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 727 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 727 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
{
"name": "logicappstemplates",
"version": "1.0.0",
"description": "> This repo has been populated by an initial template to help get you started. Please > make sure to update the content to build a great experience for community-building.",
"type": "module",
"scripts": {
"patchTemplate": "ts-node patch_template_variables.js",
"restructureTemplates": "ts-node restructure_templates.js",
"test": "tsx validate_templates.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.14.7",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"dependencies": {
"commander": "^12.1.0",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
}
}