-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.49 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "analytics-server-template",
"description": "Analytics Server Template is a generic open-source analytics server that has a simple yet powerful design to connect your business with third-party analytics service providers (like Google Analytics or Matomo).",
"version": "5.0.1",
"license": "MIT",
"main": "analytics-server.main.ts",
"scripts": {
"start": "ts-node analytics-server.main.ts",
"startLocal": "nodemon --exec DEBUG=* ts-node analytics-server.main.ts",
"outdated": "node dependency-checker.ts > docs/OUTDATED.md"
},
"dependencies": {
"@open-template-hub/common": "^5.0.10",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.15",
"@types/mongoose": "^5.11.97",
"axios": "^1.2.2",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"mongoose": "^6.8.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"git repository": "https://github.com/open-template-hub/analytics-server-template",
"repository": {
"type": "git",
"url": "https://github.com/open-template-hub/analytics-server-template.git"
},
"keywords": [
"analytics",
"analyze",
"analyzer",
"analysis",
"analysis-algorithms",
"mongo",
"mongodb",
"mongoose",
"backend",
"rest",
"node",
"nodejs",
"typescript",
"template",
"server template",
"open template hub"
]
}