-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 963 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
{
"name": "@sie-js/siemens-memory-dumper",
"version": "1.0.10",
"main": "./bin/siemens-memory-dumper.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"link-local-deps": "npm link -S ../node-sie-serial/",
"unlink-local-deps": "npm uninstall @sie-js/serial && npm install @sie-js/serial"
},
"author": "",
"license": "MIT",
"description": "RAM memory dumper using CGSN patch.",
"bin": {
"siemens-memory-dumper": "./bin/siemens-memory-dumper.js"
},
"repository": {
"url": "git+https://github.com/siemens-mobile-hacks/siemens-memory-dumper.git"
},
"overrides": {
"@serialport/bindings-cpp": "npm:@sie-js/[email protected]"
},
"dependencies": {
"@sie-js/node-serialport-bindings-cpp": "^1.0.1",
"@sie-js/serial": "^0.0.15",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"commander": "^12.1.0",
"serialport": "^12.0.0",
"sprintf-js": "^1.1.3",
"table": "^6.8.2"
}
}