smartdata/package.json

62 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-06-25 00:01:20 +00:00
"version": "5.0.20",
"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-02-06 10:43:11 +00:00
"@pushrocks/lik": "^6.0.2",
2023-06-24 21:57:34 +00:00
"@pushrocks/smartdelay": "^3.0.1",
2022-09-12 09:37:53 +00:00
"@pushrocks/smartlog": "^3.0.1",
2022-06-14 20:02:57 +00:00
"@pushrocks/smartmongo": "^2.0.7",
2023-06-24 21:57:34 +00:00
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartrx": "^3.0.2",
2022-05-16 22:33:44 +00:00
"@pushrocks/smartstring": "^4.0.2",
2023-02-06 10:43:11 +00:00
"@pushrocks/smarttime": "^4.0.1",
2021-10-02 13:03:35 +00:00
"@pushrocks/smartunique": "^3.0.3",
2023-02-06 10:43:11 +00:00
"@pushrocks/taskbuffer": "^3.0.10",
2023-06-24 21:57:34 +00:00
"@tsclass/tsclass": "^4.0.42",
"mongodb": "^5.6.0"
2016-09-11 14:22:53 +00:00
},
"devDependencies": {
2023-06-24 21:57:34 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
2022-11-08 09:26:20 +00:00
"@gitzone/tstest": "^1.0.74",
2022-09-12 09:37:53 +00:00
"@pushrocks/qenv": "^5.0.2",
2023-06-24 21:57:34 +00:00
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.3.1",
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-10 00:43:00 +00:00
}