44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@pushrocks/smartdata",
|
|
"version": "3.1.0",
|
|
"private": false,
|
|
"description": "do more with data",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "tsrun test/test.ts",
|
|
"testLocal": "(npmdocker)",
|
|
"build": "(npmts)"
|
|
},
|
|
"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/smartlog": "^1.0.6",
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
"@types/lodash": "^4.14.110",
|
|
"@types/mongodb": "^3.1.1",
|
|
"lik": "^2.0.5",
|
|
"lodash": "^4.17.10",
|
|
"mongodb": "^3.1.1",
|
|
"runtime-type-checks": "0.0.4",
|
|
"smartstring": "^2.0.28"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsrun": "^1.1.2",
|
|
"@types/node": "^10.5.2",
|
|
"@types/shortid": "0.0.29",
|
|
"mongodb-memory-server": "^1.9.0",
|
|
"qenv": "^1.1.7",
|
|
"shortid": "^2.2.11",
|
|
"tapbundle": "^2.0.2"
|
|
}
|
|
}
|