-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 866 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
{
"name": "analytics",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild ./src/code.js --outfile=./public/code.js --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronan18/analytics.git"
},
"author": "Ronan18",
"license": "ISC",
"bugs": {
"url": "https://github.com/ronan18/analytics/issues"
},
"homepage": "https://github.com/ronan18/analytics#readme",
"dependencies": {
"@hapi/hapi": "^20.2.2",
"@hapi/inert": "^7.0.0",
"agenda": "^4.0.1",
"async": "^3.2.0",
"crypto-js": "^4.0.0",
"esbuild": "^0.8.45",
"firebase-admin": "^9.5.0",
"moment": "^2.29.1",
"mongodb": "^3.6.4",
"node-fetch": "^2.6.1",
"ua-parser-js": "^0.7.24",
"uuid": "^8.3.2"
}
}