Files
smartregistry/package.json
T

60 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "@push.rocks/smartregistry",
2026-04-30 09:25:26 +00:00
"version": "2.9.2",
"private": false,
"description": "A composable TypeScript library implementing OCI, NPM, Maven, Cargo, Composer, PyPI, and RubyGems registries for building unified container and package registries",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 240)",
"build": "(tsbuild)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/smartarchive": "^5.2.1",
"@push.rocks/smartstorage": "^6.4.1",
"@types/adm-zip": "^0.5.8",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^25.6.0"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartregistry.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartregistry/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartregistry#readme",
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"readme.md"
],
2025-11-19 15:16:20 +00:00
"dependencies": {
"@push.rocks/qenv": "^6.1.3",
"@push.rocks/smartbucket": "^4.6.1",
"@push.rocks/smartlog": "^3.2.2",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartrequest": "^5.0.1",
"@tsclass/tsclass": "^9.5.1",
"adm-zip": "^0.5.17",
"minimatch": "^10.2.5"
},
"packageManager": "pnpm@10.28.2"
}