{ "name": "@push.rocks/smartnpm", "version": "2.0.6", "private": false, "description": "A library to interface with npm for retrieving package information and manipulation.", "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 --timeout 120", "build": "tsbuild --web", "format": "gitzone format", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartnpm.git" }, "keywords": [ "npm", "package", "information", "registry", "search", "metadata", "version", "dependencies" ], "bugs": { "url": "https://gitlab.com/push.rocks/smartnpm/issues" }, "homepage": "https://code.foss.global/push.rocks/smartnpm", "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.3", "@git.zone/tstest": "^3.6.3", "@types/lodash.clonedeep": "^4.5.9", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/consolecolor": "^2.0.3", "@push.rocks/levelcache": "^3.2.2", "@push.rocks/smartarchive": "^5.2.2", "@push.rocks/smartfile": "^13.1.3", "@push.rocks/smartfs": "^1.5.1", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smarttime": "^4.2.3", "@push.rocks/smartversion": "^3.1.0", "package-json": "^10.0.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.28.2" }