-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "sprotty-routing-libavoid",
"version": "1.3.0",
"description": "Libavoid-based routing feature for sprotty",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "install-self-peers -- --ignore-scripts",
"trypublish": "npm publish || true",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vladyslav Hnatiuk",
"license": "MIT",
"keywords": [
"library",
"sprotty",
"feature",
"routing"
],
"repository": {
"url": "https://github.com/Aksem/sprotty-routing-libavoid"
},
"devDependencies": {
"@team-griffin/install-self-peers": "^1.1.1",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
"dependencies": {
"libavoid-js": "^0.4.0-beta.1"
},
"peerDependencies": {
"inversify": "~6.0.2",
"reflect-metadata": "^0.1.13",
"sprotty": "^1.0.0",
"sprotty-protocol": "^1.0.0"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}