-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.13 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
{
"name": "dtl_runpda",
"type": "module",
"version": "1.7.2",
"description": "Outils de développement pour la mobilité EASYWEB",
"main": "index.js",
"files": [
"preinstall.js",
"extractPda.sh",
"commands.js",
"config",
"CHANGELOG.md",
"utils.js",
"run.sh",
"release.sh",
"functions.js",
"cli-commands.js",
".npmignore",
".gitignore",
"lib",
"config-electron",
"AdbCommand.jar"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "node preinstall.js"
},
"bin": {
"run": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huiitre/run-pda-shell.git"
},
"author": "huiitre.fr",
"license": "ISC",
"bugs": {
"url": "https://github.com/huiitre/run-pda-shell/issues"
},
"homepage": "https://github.com/huiitre/run-pda-shell#readme",
"dependencies": {
"axios": "^1.6.8",
"boxen": "^3.0.0",
"chalk": "^4.1.2",
"cli-table": "^0.3.11",
"date-fns": "^3.0.5",
"inquirer": "^9.2.12",
"os": "^0.1.2"
},
"devDependencies": {
"electron": "^33.2.0"
}
}