smartdata/package.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
"name": "@pushrocks/smartdata",
2022-05-16 22:33:44 +00:00
"version": "4.0.28",
"private": false,
2016-09-11 09:02:25 +00:00
"description": "do more with data",
2020-06-11 23:05:32 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-05-16 22:33:44 +00:00
"type": "module",
2016-09-11 09:02:25 +00:00
"scripts": {
2019-01-07 01:41:38 +00:00
"test": "(tstest test/)",
"testLocal": "(npmdocker)",
2020-06-11 23:08:38 +00:00
"build": "(tsbuild --web)"
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": {
2022-05-16 22:33:44 +00:00
"@pushrocks/lik": "^5.0.4",
2021-11-12 16:22:31 +00:00
"@pushrocks/smartlog": "^2.0.44",
2022-05-16 22:33:44 +00:00
"@pushrocks/smartmongo": "^1.0.8",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smartstring": "^4.0.2",
2021-10-02 13:03:35 +00:00
"@pushrocks/smartunique": "^3.0.3",
2022-05-16 22:33:44 +00:00
"@tsclass/tsclass": "^4.0.2",
"@types/lodash": "^4.14.182",
2021-11-12 16:22:31 +00:00
"@types/mongodb": "^4.0.7",
2021-05-16 23:26:05 +00:00
"lodash": "^4.17.21",
2022-05-16 22:33:44 +00:00
"mongodb": "^4.6.0"
2016-09-11 14:22:53 +00:00
},
"devDependencies": {
2022-05-16 22:33:44 +00:00
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tstest": "^1.0.71",
2020-06-11 23:05:32 +00:00
"@pushrocks/qenv": "^4.0.10",
2022-05-16 22:33:44 +00:00
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.33",
"@types/shortid": "0.0.29"
2019-09-02 14:51:22 +00:00
},
"files": [
2020-06-11 23:05:32 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-02 14:51:22 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2020-08-18 12:01:46 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-09-02 14:51:22 +00:00
]
2021-11-12 18:02:29 +00:00
}