smartdata/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
"name": "@pushrocks/smartdata",
2019-09-02 14:50:23 +00:00
"version": "3.1.16",
"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": {
2019-01-07 01:41:38 +00:00
"test": "(tstest test/)",
"testLocal": "(npmdocker)",
2019-01-07 01:41:38 +00:00
"build": "(tsbuild)"
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-09-02 14:42:29 +00:00
"@pushrocks/lik": "^3.0.11",
"@pushrocks/smartlog": "^2.0.19",
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartstring": "^3.0.10",
"@pushrocks/smartunique": "^3.0.1",
"@types/lodash": "^4.14.138",
"@types/mongodb": "^3.3.1",
"lodash": "^4.17.15",
"mongodb": "^3.3.2",
2019-01-07 01:38:30 +00:00
"runtime-type-checks": "0.0.4"
2016-09-11 14:22:53 +00:00
},
"devDependencies": {
2019-09-02 14:42:29 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/qenv": "^4.0.4",
"@pushrocks/tapbundle": "^3.0.13",
"@types/mongodb-memory-server": "^1.8.0",
"@types/node": "^12.7.3",
"@types/shortid": "0.0.29",
2019-09-02 14:42:29 +00:00
"mongodb-memory-server": "^5.2.0",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
2016-09-11 14:22:53 +00:00
}
2019-02-13 21:08:58 +00:00
}