-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 975 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 975 Bytes
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
{
"name": "@cdyw/cppmsg",
"version": "1.2.2",
"description": "C++ stuct encoding/decoding with support for (dynamic) arrays.",
"main": "cppMsg.js",
"scripts": {
"test": "node --test"
},
"keywords": [
"binary",
"data",
"struct"
],
"author": {
"name": "shudingbo",
"email": "shudingbo@qq.com"
},
"contributors": [
{
"name": "darnold79",
"email": "npm@darnold.org"
},
{
"name": "kirtanshetty",
"email": "kirtankshetty@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"iconv-lite": "^0.7.0"
},
"devDependencies": {
"@types/node": "^20.x",
"oxfmt": "^0.15.0",
"oxlint": "^1.30.0"
},
"repository": {
"type": "git",
"url": "https://github.com/shudingbo/node-cppMsg.git"
},
"bugs": {
"url": "https://github.com/shudingbo/issues"
},
"engines": {
"node": ">=8.9.0"
},
"publishConfig": {
"registry": "http://222.18.149.18:4873/"
}
}