{ "name": "@pushrocks/smartdata", "version": "3.1.25", "private": false, "description": "do more with data", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "testLocal": "(npmdocker)", "build": "(tsbuild)" }, "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": "^3.0.17", "@pushrocks/smartlog": "^2.0.21", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartstring": "^3.0.18", "@pushrocks/smartunique": "^3.0.1", "@types/lodash": "^4.14.149", "@types/mongodb": "^3.3.15", "lodash": "^4.17.15", "mongodb": "^3.5.2", "runtime-type-checks": "0.0.4" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tstest": "^1.0.28", "@pushrocks/qenv": "^4.0.6", "@pushrocks/tapbundle": "^3.2.0", "@types/mongodb-memory-server": "^2.3.0", "@types/node": "^13.7.0", "@types/shortid": "0.0.29", "mongodb-memory-server": "^6.2.4", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }