2016-09-11 09:02:25 +00:00
{
2023-07-10 00:43:00 +00:00
"name" : "@push.rocks/smartdata" ,
2024-09-05 13:28:53 +00:00
"version" : "5.2.10" ,
2018-07-08 21:48:14 +00:00
"private" : false ,
2024-04-14 02:00:56 +00:00
"description" : "An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types." ,
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" ,
2024-05-29 12:12:26 +00:00
"url" : "https://code.foss.global/push.rocks/smartdata.git"
2016-09-11 09:02:25 +00:00
} ,
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"bugs" : {
"url" : "https://gitlab.com/pushrocks/smartdata/issues"
} ,
2024-05-29 12:12:26 +00:00
"homepage" : "https://code.foss.global/push.rocks/smartdata" ,
2016-09-11 14:22:53 +00:00
"dependencies" : {
2024-03-22 17:36:34 +00:00
"@push.rocks/lik" : "^6.0.14" ,
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" ,
2024-03-22 17:36:34 +00:00
"@push.rocks/smartrx" : "^3.0.7" ,
"@push.rocks/smartstring" : "^4.0.15" ,
"@push.rocks/smarttime" : "^4.0.6" ,
"@push.rocks/smartunique" : "^3.0.8" ,
"@push.rocks/taskbuffer" : "^3.1.7" ,
"@tsclass/tsclass" : "^4.0.52" ,
"mongodb" : "^6.5.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" ,
2024-03-22 17:36:34 +00:00
"@push.rocks/qenv" : "^6.0.5" ,
"@push.rocks/tapbundle" : "^5.0.22" ,
"@types/node" : "^20.11.30"
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"
2024-04-14 02:00:56 +00:00
] ,
"keywords" : [
"data manipulation" ,
"NoSQL" ,
"MongoDB" ,
"TypeScript" ,
"data validation" ,
"collections" ,
"custom data types" ,
"ODM"
2019-09-02 14:51:22 +00:00
]
2024-05-31 16:25:52 +00:00
}