-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "@surelle-ha/lurker",
"version": "1.0.0",
"author": "surelle-ha",
"description": "Lurker is a CLI tool to securely export/import a whole directory.",
"repository": {
"url": "https://github.com/surelle-ha/Lurker.git"
},
"keywords": [
"cli",
"crypto",
"cicd"
],
"license": "ISC",
"type": "module",
"bin": {
"lurker": "./dist/bin/lurker.js"
},
"scripts": {
"build": "tsc"
},
"dependencies": {
"archiver": "^7.0.1",
"buffer-more-ints": "^1.0.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"crypto": "^1.0.1",
"docker-compose": "^1.1.0",
"figlet": "^1.8.0",
"fs": "^0.0.1-security",
"http-proxy": "^1.18.1",
"inquirer": "^12.0.0",
"json2csv": "^6.0.0-alpha.2",
"mysql2": "^3.11.3",
"ora": "^8.1.0",
"prompt": "^1.3.0",
"requires-port": "^1.0.0",
"unzipper": "^0.12.3",
"uuid": "^10.0.0",
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
"@types/estree": "^1.0.6",
"@types/node": "^22.8.6",
"eslint": "^9.12.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-typescript": "^0.14.0"
}
}