{ "name": "@push.rocks/smartdata", "version": "5.0.20", "private": false, "description": "do more with data", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "tstest test/", "build": "tsbuild --web --allowimplicitany", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartdata.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartdata/issues" }, "homepage": "https://gitlab.com/pushrocks/smartdata#README", "dependencies": { "@pushrocks/lik": "^6.0.2", "@pushrocks/smartdelay": "^3.0.1", "@pushrocks/smartlog": "^3.0.1", "@pushrocks/smartmongo": "^2.0.7", "@pushrocks/smartpromise": "^4.0.2", "@pushrocks/smartrx": "^3.0.2", "@pushrocks/smartstring": "^4.0.2", "@pushrocks/smarttime": "^4.0.1", "@pushrocks/smartunique": "^3.0.3", "@pushrocks/taskbuffer": "^3.0.10", "@tsclass/tsclass": "^4.0.42", "mongodb": "^5.6.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsrun": "^1.2.42", "@gitzone/tstest": "^1.0.74", "@pushrocks/qenv": "^5.0.2", "@pushrocks/tapbundle": "^5.0.8", "@types/node": "^20.3.1", "@types/shortid": "0.0.29" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }