-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
44
45
46
47
48
49
{
"name": "@vertigis/workflow-activities-maximo",
"version": "0.0.0-semantically-released",
"description": "Maximo activities for VertiGIS Studio Workflow",
"repository": {
"type": "git",
"url": "git+https://github.com/vertigis/workflow-activities-maximo.git"
},
"license": "MIT",
"author": "VertiGIS",
"homepage": "https://github.com/vertigis/workflow-activities-maximo#readme",
"keywords": [
"VertiGIS",
"VertiGIS Studio",
"Workflow",
"Maximo",
"IBM",
"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"
},
"dependencies": {},
"devDependencies": {
"@vertigis/workflow": "5.37.0",
"@vertigis/workflow-sdk": "4.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"husky": "^4.3.6",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.5"
},
"browserslist": [
"last 2 chrome versions",
"last 2 edge versions",
"last 2 firefox versions",
"last 2 safari versions"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}