smartdata/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
"name": "@pushrocks/smartdata",
2019-01-07 01:38:30 +00:00
"version": "3.1.3",
"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": {
2019-01-07 01:38:30 +00:00
"@pushrocks/lik": "^3.0.4",
"@pushrocks/smartlog": "^2.0.9",
"@pushrocks/smartpromise": "^2.0.5",
2019-01-07 01:38:30 +00:00
"@pushrocks/smartstring": "^3.0.5",
"@types/lodash": "^4.14.119",
"@types/mongodb": "^3.1.18",
"lodash": "^4.17.11",
"mongodb": "^3.1.10",
"runtime-type-checks": "0.0.4"
2016-09-11 14:22:53 +00:00
},
"devDependencies": {
2019-01-07 01:38:30 +00:00
"@gitzone/tsrun": "^1.1.17",
"@pushrocks/qenv": "^3.0.2",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.18",
"@types/shortid": "0.0.29",
2019-01-07 01:38:30 +00:00
"mongodb-memory-server": "^2.9.1",
"shortid": "^2.2.14"
2016-09-11 14:22:53 +00:00
}
2018-07-08 21:48:15 +00:00
}