-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 929 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
34
35
36
37
38
39
{
"name": "@softwareatlas/blueprinted-diagram-js",
"version": "13.5.0",
"description": "A typescript wrapper around diagram-js",
"main": "index.js",
"scripts": {
"lint": "eslint lib/**",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"diagram-js",
"diagramjs",
"typescript",
"diagrams"
],
"author": "LJW Boschker",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ljwboschker/blueprinted-diagram-js"
},
"dependencies": {
"diagram-js-direct-editing": "^2.1.2",
"diagram-js-grid": "^1.0.0",
"inherits": "^2.0.4",
"min-dom": "^4.1.0",
"tiny-svg": "^3.0.1",
"uuid": "^9.0.1"
},
"peerDependencies": {
"bpmn-font": "^0.12.1",
"diagram-js": "^14.1.0"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1"
}
}