forked from pinussilvestrus/camunda-modeler-autosave-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 989 Bytes
/
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
{
"name": "camunda-modeler-autosave-plugin",
"version": "0.2.0",
"description": "Automatically save your diagrams modeled in Camunda Modeler",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pinussilvestrus/camunda-modeler-autosave-plugin"
},
"contributors": [
"Maciej Barelkowski <[email protected]> (https://github.com/barmac)",
"Niklas Kiefer <[email protected] (https://github.com/pinussilvestrus)"
],
"license": "MIT",
"scripts": {
"all": "run-s build test",
"build": "webpack",
"dev": "webpack -w",
"lint": "eslint .",
"test": "run-s lint"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"camunda-modeler-plugin-helpers": "^3.4.0-alpha.1",
"eslint": "^7.31.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"npm-run-all": "^4.1.5",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}