smartdata/package.json

41 lines
1021 B
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
"name": "@pushrocks/smartdata",
2018-07-09 22:19:23 +00:00
"version": "3.0.5",
"private": false,
2016-09-11 09:02:25 +00:00
"description": "do more with data",
"main": "dist/index.js",
2016-09-11 14:49:44 +00:00
"typings": "dist/index.d.ts",
2016-09-11 09:02:25 +00:00
"scripts": {
2018-07-09 22:02:04 +00:00
"test": "tsrun test/test.ts",
"testLocal": "(npmdocker)",
2018-07-09 22:02:04 +00:00
"build": "(npmts)"
2016-09-11 09:02:25 +00:00
},
"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"
},
2016-09-11 14:22:53 +00:00
"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",
2016-11-17 11:20:52 +00:00
"runtime-type-checks": "0.0.4",
"smartstring": "^2.0.28"
2016-09-11 14:22:53 +00:00
},
"devDependencies": {
2018-07-09 22:02:04 +00:00
"@gitzone/tsrun": "^1.1.2",
"@types/node": "^10.5.2",
"qenv": "^1.1.7",
"tapbundle": "^2.0.2"
2016-09-11 14:22:53 +00:00
}
2018-07-08 21:48:15 +00:00
}