This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.79 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "apt-stream",
"version": "2.1.0",
"description": "Create repository without save file in disk",
"private": false,
"type": "module",
"license": "GPL-2.0",
"author": "Matheus Sampaio Queiroga <[email protected]>",
"homepage": "https://github.com/Sirherobrine23/apt-stream#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Sirherobrine23/apt-stream.git"
},
"keywords": [
"apt",
"pack",
"upload",
"cloud",
"stream",
"server",
"debian",
"ubuntu",
"cli",
"interactive"
],
"bugs": {
"url": "https://github.com/Sirherobrine23/apt-stream/issues",
"email": "[email protected]"
},
"sponsor": {
"url": "https://github.com/sponsors/Sirherobrine23"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.0.0"
},
"bin": {
"apt-stream": "./src/index.js"
},
"scripts": {
"prepack": "tsc --build --clean && tsc --build",
"postpack": "tsc --build --clean"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.16.3",
"@types/yargs": "^17.0.24",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@sirherobrine23/cloud": "^3.6.8",
"@sirherobrine23/decompress": "^3.6.8",
"@sirherobrine23/docker-registry": "^3.6.8",
"@sirherobrine23/dpkg": "^3.6.8",
"@sirherobrine23/extends": "^3.6.8",
"@sirherobrine23/http": "^3.6.8",
"express": "^4.18.2",
"express-rate-limit": "^7.0.2",
"inquirer": "^9.2.1",
"inquirer-file-tree-selection-prompt": "^2.0.5",
"mongodb": "^6.1.0",
"openpgp": "^5.8.0",
"yaml": "^2.2.2",
"yargs": "^17.7.2"
}
}