smartdata/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
"name": "@pushrocks/smartdata",
2020-02-19 18:30:35 +00:00
"version": "3.1.26",
"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": {
2020-02-19 18:30:34 +00:00
"@pushrocks/lik": "^3.0.19",
2020-02-08 14:01:55 +00:00
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartstring": "^3.0.18",
2019-09-02 14:42:29 +00:00
"@pushrocks/smartunique": "^3.0.1",
2020-02-08 14:01:55 +00:00
"@types/lodash": "^4.14.149",
2020-02-19 18:30:34 +00:00
"@types/mongodb": "^3.3.16",
2019-09-02 14:42:29 +00:00
"lodash": "^4.17.15",
2020-02-19 18:30:34 +00:00
"mongodb": "^3.5.3",
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",
2020-02-08 14:01:55 +00:00
"@gitzone/tstest": "^1.0.28",
"@pushrocks/qenv": "^4.0.6",
"@pushrocks/tapbundle": "^3.2.0",
"@types/mongodb-memory-server": "^2.3.0",
2020-02-19 18:30:34 +00:00
"@types/node": "^13.7.2",
"@types/shortid": "0.0.29",
2020-02-08 14:01:55 +00:00
"mongodb-memory-server": "^6.2.4",
"tslint": "^6.0.0",
2019-09-02 14:42:29 +00:00
"tslint-config-prettier": "^1.18.0"
2019-09-02 14:51:22 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-02 14:51:22 +00:00
}