-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 985 Bytes
/
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
{
"name": "pon-nagai",
"version": "1.0.0",
"description": "A gold jewellery price notifier and predictor.",
"keywords": [
"gold",
"price",
"monitor",
"updater",
"watcher",
"notifier",
"alert",
"update",
"watch",
"prediction"
],
"author": {
"name": "Hyper Weavers",
"email": "info@hyperweavers.com",
"url": "https://hyperweavers.com"
},
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/hyperweavers/pon-nagai#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperweavers/pon-nagai.git"
},
"bugs": {
"url": "https://github.com/hyperweavers/pon-nagai/issues"
},
"private": true,
"scripts": {
"notify": "node ./src/jobs/notifier.js",
"predict": "node ./src/jobs/predictor.js"
},
"dependencies": {
"axios": "^1.7.7",
"axios-cookiejar-support": "^5.0.3",
"dotenv": "^16.4.5",
"mongodb": "^6.9.0",
"tough-cookie": "^5.0.0"
}
}