-
Notifications
You must be signed in to change notification settings - Fork 316
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 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": "synthbtc",
"version": "1.0.0",
"description": "A tool that uses advanced Monte Carlo simulations and Turbit parallel processing to create possible Bitcoin prediction scenarios.",
"main": "synthBTC.js",
"scripts": {
"test": "node synthBTC.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jofpin/turbit/tools/synthBTC"
},
"keywords": [
"turbit",
"data-processing",
"monte-carlo-simulation",
"synthetic-data",
"prediction",
"bitcoin"
],
"author": "Jose Pino",
"license": "MIT",
"dependencies": {
"turbit": "^1.0.0",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"csv-parser": "^3.0.0",
"express": "^4.19.2",
"mathjs": "^13.0.1",
"moment": "^2.30.1",
"path": "^0.12.7",
"sentiment": "^5.0.2"
}
}