{ "name": "@push.rocks/npmextra", "version": "3.0.11", "private": false, "description": "do more with npm", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/npmextra.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/npmextra/issues" }, "homepage": "https://gitlab.com/pushrocks/npmextra#README", "dependencies": { "@push.rocks/smartfile": "^10.0.30", "@push.rocks/smartjson": "^5.0.8", "@push.rocks/smartlog": "^3.0.2", "@push.rocks/smartpath": "^5.0.11", "@push.rocks/smartpromise": "^4.0.2", "@push.rocks/taskbuffer": "^3.1.6" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsrun": "^1.2.44", "@gitzone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.5.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module" }