smartdata/package.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
"name": "@pushrocks/smartdata",
2018-07-08 21:49:05 +00:00
"version": "3.0.1",
"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": {
"test": "(npmts)",
"testLocal": "(npmdocker)",
"build": "echo \"Not needed for now\""
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": {
"@types/node": "^10.5.2",
"@types/shelljs": "^0.8.0",
"qenv": "^1.1.7",
"shelljs": "^0.8.2",
"tapbundle": "^2.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2016-09-11 14:22:53 +00:00
}
2018-07-08 21:48:15 +00:00
}