-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1 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
{
"name": "mid360-converter",
"displayName": "Mid360Converter",
"description": "Convert Livox MID360 messages to Foxglove PointCloud messages",
"publisher": "VitaDynamics",
"homepage": "",
"version": "0.0.1",
"license": "MIT",
"main": "./dist/extension.js",
"keywords": [],
"scripts": {
"build": "foxglove-extension build",
"foxglove:prepublish": "foxglove-extension build --mode production",
"lint": "eslint .",
"lint:ci": "eslint .",
"lint:fix": "eslint --fix .",
"local-install": "foxglove-extension install",
"package": "foxglove-extension package",
"pretest": "foxglove-extension pretest"
},
"devDependencies": {
"@foxglove/eslint-plugin": "2.0.0",
"@foxglove/extension": "2.19.1",
"@foxglove/schemas": "^1.6.6",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"create-foxglove-extension": "1.0.4",
"eslint": "9.17.0",
"prettier": "3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.7.2"
}
}