-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.77 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@bpmn-io/variable-resolver",
"version": "3.0.0",
"description": "bpmn-js plugin for handling external variable providers",
"main": "lib/index.js",
"scripts": {
"all": "run-s lint test",
"dev": "npm test -- --auto-watch --no-single-run",
"start": "cross-env SINGLE_START=true npm run dev",
"test": "karma start",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/variable-resolver"
},
"files": [
"lib"
],
"author": "bpmn.io contributors",
"license": "MIT",
"dependencies": {
"@bpmn-io/extract-process-variables": "^2.2.1",
"@bpmn-io/feel-analyzer": "^0.1.0",
"@bpmn-io/lezer-feel": "^2.3.1",
"@camunda/feel-builtins": "^1.0.0",
"@lezer/common": "^1.5.1",
"min-dash": "^5.0.0"
},
"devDependencies": {
"@bpmn-io/element-template-chooser": "^2.1.0",
"@bpmn-io/properties-panel": "^3.39.0",
"babel-loader": "^10.0.0",
"babel-plugin-istanbul": "^7.0.1",
"bpmn-js": "^18.12.0",
"bpmn-js-element-templates": "^2.20.0",
"bpmn-js-properties-panel": "^5.50.1",
"camunda-bpmn-js-behaviors": "^1.14.0",
"camunda-bpmn-moddle": "^7.0.1",
"chai": "^6.2.2",
"cross-env": "^10.1.0",
"eslint": "^9.39.2",
"eslint-plugin-bpmn-io": "^2.2.0",
"karma": "^6.4.4",
"karma-chrome-launcher-2": "^3.3.0",
"karma-coverage": "^2.2.1",
"karma-debug-launcher": "^0.0.5",
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.1",
"mocha": "^11.7.5",
"mocha-test-container-support": "^0.2.0",
"npm-run-all2": "^8.0.4",
"puppeteer": "^24.36.1",
"sinon-chai": "^4.0.1",
"webpack": "^5.105.0",
"zeebe-bpmn-moddle": "^1.12.0"
},
"peerDependencies": {
"bpmn-js": "*"
}
}