{ "name": "@pushrocks/smartdata", "version": "4.0.9", "private": false, "description": "do more with data", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "testLocal": "(npmdocker)", "build": "(tsbuild --web)" }, "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": "^4.0.20", "@pushrocks/smartlog": "^2.0.39", "@pushrocks/smartpromise": "^3.1.5", "@pushrocks/smartstring": "^3.0.24", "@tsclass/tsclass": "^3.0.33", "@types/lodash": "^4.14.169", "@types/mongodb": "^3.6.12", "lodash": "^4.17.21", "mongodb": "^3.6.6", "runtime-type-checks": "0.0.4" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.25", "@gitzone/tstest": "^1.0.54", "@pushrocks/qenv": "^4.0.10", "@pushrocks/smartunique": "^3.0.3", "@pushrocks/tapbundle": "^3.2.14", "@types/mongodb-memory-server": "^2.3.0", "@types/node": "^15.3.0", "@types/shortid": "0.0.29", "mongodb-memory-server": "^6.9.6", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }