-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.36 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-arcfm",
"version": "0.0.0-semantically-released",
"description": "ArcFM activities for VertiGIS Studio Workflow",
"repository": {
"type": "git",
"url": "git+https://github.com/vertigis/workflow-activities-arcfm.git"
},
"license": "MIT",
"author": "VertiGIS",
"homepage": "https://github.com/vertigis/workflow-activities-arcfm#readme",
"keywords": [
"VertiGIS",
"VertiGIS Studio",
"Workflow",
"ArcFM",
"ArcGIS",
"GIS"
],
"scripts": {
"build": "vertigis-workflow-sdk build",
"generate": "vertigis-workflow-sdk generate",
"lint": "eslint --max-warnings 0 --ext .ts,.tsx src/",
"lint:fix": "eslint --max-warnings 0 --ext .ts,.tsx --fix src/",
"prettier": "prettier --write ./src",
"start": "vertigis-workflow-sdk start"
},
"dependencies": {},
"devDependencies": {
"@vertigis/workflow": "5.38.1",
"@vertigis/workflow-sdk": "5.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"browserslist": [
"last 2 chrome versions",
"last 2 edge versions",
"last 2 firefox versions",
"last 2 safari versions"
]
}