-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 896 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
{
"name": "yamcs-protobufjs-static",
"version": "5.8.8",
"description": "Compiled protobufjs static module for Yamcs",
"main": "dist/yamcsProto.cjs",
"scripts": {
"clean": "npx rimraf compiled.js node_modules/ dist/",
"prebuild": "./scripts/prebuild.sh",
"build": "./scripts/build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"types": "dist/yamcsProto.d.ts",
"keywords": [
"yamcs",
"protobufjs",
"proto",
"protocol",
"buffer"
],
"author": "Jesse Mazzella",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"babel-loader": "^9.1.3",
"protobufjs-cli": "^1.1.2",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"protobufjs": "^7.2.5"
}
}