smartdata/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
"name": "smartdata",
2018-01-15 23:40:12 +00:00
"version": "2.0.7",
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)"
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": {
2018-01-07 16:43:02 +00:00
"@types/lodash": "^4.14.92",
2018-01-07 16:26:34 +00:00
"@types/rethinkdb": "^2.3.8",
2017-06-18 17:52:54 +00:00
"beautylog": "^6.1.10",
2018-01-07 16:43:02 +00:00
"lik": "^2.0.2",
2017-02-25 10:37:05 +00:00
"lodash": "^4.17.4",
2018-01-07 13:45:43 +00:00
"rethinkdb": "^2.3.3",
2016-11-17 11:20:52 +00:00
"runtime-type-checks": "0.0.4",
"smartq": "^1.1.6",
"smartstring": "^2.0.28"
2016-09-11 14:22:53 +00:00
},
"devDependencies": {
"@types/node": "^8.5.7",
2017-09-13 11:47:38 +00:00
"@types/shelljs": "^0.7.4",
"cz-conventional-changelog": "^2.1.0",
"qenv": "^1.1.7",
2017-06-18 17:52:54 +00:00
"shelljs": "^0.7.8",
2017-07-15 22:11:03 +00:00
"tapbundle": "^1.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2016-09-11 14:22:53 +00:00
}
2016-09-11 09:02:25 +00:00
}