{ "name": "smartdata", "version": "1.0.22", "description": "do more with data", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npm run prepareMongo && npmts)", "prepareMongo": "(rm -rf ./test/data && mkdir ./test/data/)" }, "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": { "@types/lodash": "^4.14.39", "@types/mongodb": "^2.1.34", "@types/nedb": "0.0.31", "@types/q": "0.0.32", "beautylog": "^6.0.0", "lik": "^1.0.24", "lodash": "^4.17.2", "mongodb": "^2.2.11", "nedb": "^1.8.0", "q": "^1.4.1", "runtime-type-checks": "0.0.4", "typings-global": "^1.0.14" }, "devDependencies": { "@types/shelljs": "^0.3.32", "@types/should": "^8.1.30", "shelljs": "^0.7.5", "should": "^11.1.1", "smartstring": "^2.0.22", "typings-test": "^1.0.3" } }