-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 796 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"dependencies": {
"fs": "^0.0.1-security",
"mathjs": "^13.2.0",
"moment": "^2.30.1",
"mongoose": "^8.7.3",
"path": "^0.12.7",
"winston": "^3.16.0"
},
"scripts": {
"run": "nodemon testing.js",
"start": "node server.js"
},
"name": "mongomath",
"version": "1.1.14",
"main": "mongoGeneralAnalyser.js",
"keywords": [
"mongodb",
"statistics",
"data analysis",
"data science",
"database metrics",
"cross-field analysis",
"database analytics",
"MongoDB insights",
"open source",
"schema analysis",
"analytics toolkit"
],
"exclude": [
"mongoMath.js",
"mongoSpecificAnalyser.js"
],
"author": "Thorlex.galaxyProjects",
"license": "ISC",
"description": "smart analyser mongodb with mongoose"
}