{ "name": "@pushrocks/smartnpm", "version": "2.0.1", "private": false, "description": "interface with npm to retrieve package information", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tsrun": "^1.2.34", "@gitzone/tstest": "^1.0.71", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^17.0.38" }, "dependencies": { "@pushrocks/consolecolor": "^2.0.1", "@pushrocks/levelcache": "^3.0.1", "@pushrocks/smartarchive": "^3.0.2", "@pushrocks/smartfile": "^9.0.6", "@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartrequest": "^1.1.56", "@pushrocks/smarttime": "^3.0.45", "@pushrocks/smartversion": "^3.0.2", "package-json": "^7.0.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }