-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.27 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
38
39
40
41
42
43
{
"name": "@vertigis/workflow-activities-xml",
"version": "0.0.0-semantically-released",
"description": "XML activities for VertiGIS Studio Workflow",
"repository": {
"type": "git",
"url": "git+https://github.com/vertigis/workflow-activities-xml.git"
},
"license": "MIT",
"author": "VertiGIS",
"homepage": "https://github.com/vertigis/workflow-activities-xml#readme",
"keywords": [
"VertiGIS",
"Geocortex",
"Workflow",
"XML",
"ArcGIS",
"GIS"
],
"scripts": {
"build": "vertigis-workflow-sdk build",
"generate": "vertigis-workflow-sdk generate",
"lint": "eslint --max-warnings 0 --ext .ts,.tsx src/",
"prettier": "prettier --write ./src",
"start": "vertigis-workflow-sdk start"
},
"devDependencies": {
"@vertigis/workflow": "5.37.0",
"@vertigis/workflow-sdk": "4.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"prettier": "^3.2.4",
"typescript": "^4.9.5"
},
"browserslist": [
"last 2 chrome versions",
"last 2 edge versions",
"last 2 firefox versions",
"last 2 safari versions"
],
"dependencies": {
"fast-xml-parser": "^4.3.3"
}
}