smartdata/package.json

63 lines
1.6 KiB
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
2023-07-10 00:43:00 +00:00
"name": "@push.rocks/smartdata",
2023-07-21 18:09:51 +00:00
"version": "5.0.23",
"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": {
2022-05-17 19:26:17 +00:00
"test": "tstest test/",
2022-11-01 17:23:57 +00:00
"build": "tsbuild --web --allowimplicitany",
"buildDocs": "tsdoc"
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": {
2023-07-21 18:08:18 +00:00
"@push.rocks/lik": "^6.0.2",
"@push.rocks/smartdelay": "^3.0.1",
"@push.rocks/smartlog": "^3.0.2",
"@push.rocks/smartmongo": "^2.0.7",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartrx": "^3.0.2",
"@push.rocks/smartstring": "^4.0.7",
"@push.rocks/smarttime": "^4.0.1",
"@push.rocks/smartunique": "^3.0.3",
"@push.rocks/taskbuffer": "^3.0.10",
2023-06-24 21:57:34 +00:00
"@tsclass/tsclass": "^4.0.42",
2023-07-21 18:08:18 +00:00
"mongodb": "^5.7.0"
2016-09-11 14:22:53 +00:00
},
"devDependencies": {
2023-06-24 21:57:34 +00:00
"@gitzone/tsbuild": "^2.1.66",
2023-07-21 18:08:18 +00:00
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/qenv": "^5.0.2",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.4.2",
2022-05-16 22:33:44 +00:00
"@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
]
2023-07-21 18:08:50 +00:00
}