forked from foxglove/rosmsg-msgs-common
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.92 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@lichtblick/rosmsg-msgs-common",
"version": "1.0.2",
"description": "Common ROS message definitions using @lichtblick/rosmsg",
"license": "MIT",
"keywords": [
"ros",
"ros2",
"robot",
"operating",
"system",
"message",
"definitions",
"idl",
"msg",
"serialization",
"deserialization",
"serde",
"rosbag"
],
"repository": {
"type": "git",
"url": "https://github.com/Lichtblick-Suite/rosmsg-msgs-common.git"
},
"author": {
"name": "Lichtblick",
"email": "[email protected]"
},
"homepage": "https://github.com/Lichtblick-Suite/rosmsg-msgs-common",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"msgdefs"
],
"scripts": {
"lint:ci": "eslint --report-unused-disable-directives .",
"lint": "eslint --report-unused-disable-directives --fix .",
"prepack": "node -r esbuild-runner/register src/index.ts",
"test:commonjs": "node -e \"require('./dist/index.js')\"",
"test:esm": "test/testEsmImport.sh",
"test:types": "tsc --noEmit ./dist/index.d.ts"
},
"devDependencies": {
"@lichtblick/eslint-plugin": "1.0.1",
"@types/node": "^18.14.2",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"esbuild": "0.17.10",
"esbuild-runner": "2.2.2",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.4",
"typescript": "4.9.5"
},
"dependencies": {
"@lichtblick/message-definition": "1.0.0",
"@lichtblick/rosmsg": "1.0.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}