-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 923 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": "@tum-far/ubii-msg-formats",
"version": "0.16.6",
"description": "",
"main": "src/js/index.js",
"repository": {
"type": "git",
"url": "https://github.com/SandroWeber/ubii-msg-formats.git"
},
"contributors": [
{
"name": "Sandro Weber",
"email": "[email protected]",
"url": "https://wiki.tum.de/pages/viewpage.action?pageId=51840433"
},
{
"name": "Daniel Dyrda",
"email": "[email protected]"
}
],
"scripts": {
"test": "ava",
"update-snapshots": "ava --update-snapshots",
"generate-protobuf-static-code": "node scripts/generate-protobuf-static.js",
"compile": "node scripts/full-compile.js"
},
"keywords": [
""
],
"devDependencies": {
"ava": "3.14.0",
"@ava/babel": "1.0.1"
},
"dependencies": {
"protobufjs": "6.11.3",
"google-protobuf": "3.11.1",
"google-closure-library": "20200315.0.0"
}
}