This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
node-apt/package.json
Matheus Sampaio Queiroga eb1bf7e518 Docker image support (#18)
* init support docker image

Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2023-03-29 13:19:56 -03:00

66 lines
1.7 KiB
JSON

{
"name": "apt-stream",
"version": "1.0.0",
"description": "Create repository without save file in disk",
"private": false,
"type": "module",
"homepage": "https://github.com/Sirherobrine23/apt-stream#readme",
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com> (https://sirherobrine23.org/)",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Sirherobrine23/apt-stream.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Sirherobrine23/apt-stream/issues"
},
"sponsor": {
"url": "https://github.com/sponsors/Sirherobrine23"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"bin": {
"apt-stream": "./src/index.js"
},
"scripts": {
"build": "tsc --build --clean && tsc",
"prepack": "tsc --build --clean && tsc",
"postpack": "tsc --build --clean"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/inquirer": "^9.0.3",
"@types/lzma-native": "^4.0.1",
"@types/node": "^18.15.10",
"@types/semver": "^7.3.13",
"@types/tar": "^6.1.4",
"@types/yargs": "^17.0.24",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"dependencies": {
"@sirherobrine23/cloud": "^3.5.4",
"@sirherobrine23/debian": "^3.5.4",
"@sirherobrine23/docker-registry": "^3.5.4",
"@sirherobrine23/extends": "^3.5.4",
"@sirherobrine23/http": "^3.5.4",
"acme-client": "^5.0.0",
"express": "^4.18.2",
"inquirer": "^9.1.5",
"lzma-native": "^8.0.6",
"mongodb": "^5.1.0",
"nano": "^10.1.2",
"openpgp": "^5.7.0",
"ora": "^6.3.0",
"semver": "^7.3.8",
"tar": "^6.1.13",
"yaml": "^2.2.1",
"yargs": "^17.7.1"
}
}