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-08-21 10:39:49 +00:00
"version": "5.0.33",
"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-08-14 23:01:16 +00:00
"@push.rocks/lik": "^6.0.5",
2023-07-21 18:08:18 +00:00
"@push.rocks/smartdelay": "^3.0.1",
"@push.rocks/smartlog": "^3.0.2",
2023-08-10 16:06:45 +00:00
"@push.rocks/smartmongo": "^2.0.10",
2023-07-21 18:08:18 +00:00
"@push.rocks/smartpromise": "^4.0.2",
2023-08-10 16:06:45 +00:00
"@push.rocks/smartrx": "^3.0.6",
2023-07-21 18:08:18 +00:00
"@push.rocks/smartstring": "^4.0.7",
2023-08-14 23:01:16 +00:00
"@push.rocks/smarttime": "^4.0.5",
2023-08-15 17:55:22 +00:00
"@push.rocks/smartunique": "^3.0.6",
"@push.rocks/taskbuffer": "^3.1.5",
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",
2023-08-10 16:06:45 +00:00
"@push.rocks/qenv": "^6.0.2",
2023-08-12 21:32:02 +00:00
"@push.rocks/tapbundle": "^5.0.15",
2023-08-14 23:01:16 +00:00
"@types/node": "^20.5.0",
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
}